@servicenow/sdk - v4.4.1
    Preparing search index...
    interface ZodNotFiniteIssue {
        code: "not_finite";
        message?: string;
        path: (string | number)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "not_finite"
    message?: string
    path: (string | number)[]