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

    Interface ZodNotFiniteIssue

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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