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

    Interface ZodTooBigIssue

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

    Hierarchy (View Summary)

    Index

    Properties

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