Integration App SDK - v1.14.0
    Preparing search index...

    Interface ZodNotFiniteIssue

    interface ZodNotFiniteIssue {
        path: (string | number)[];
        message?: string;
        code: "not_finite";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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