@servicenow/sdk - v4.4.1
    Preparing search index...
    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)[]