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

    Interface ZodTooBigIssue

    interface ZodTooBigIssue {
        code: "too_big";
        exact?: boolean;
        inclusive: boolean;
        maximum: number | bigint;
        message?: string;
        path: (string | number)[];
        type: "string" | "number" | "bigint" | "date" | "array" | "set";
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "too_big"
    exact?: boolean
    inclusive: boolean
    maximum: number | bigint
    message?: string
    path: (string | number)[]
    type: "string" | "number" | "bigint" | "date" | "array" | "set"