@rendley/sdk - v1.12.6
    Preparing search index...

    Interface ZodCustomIssue

    interface ZodCustomIssue {
        code: "custom";
        message?: string;
        params?: { [k: string]: any };
        path: (string | number)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "custom"
    message?: string
    params?: { [k: string]: any }
    path: (string | number)[]