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

    Interface ZodTooSmallIssue

    interface ZodTooSmallIssue {
        path: (string | number)[];
        message?: string;
        code: "too_small";
        minimum: 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_small"
    minimum: number | bigint
    inclusive: boolean
    exact?: boolean
    type: "string" | "number" | "bigint" | "set" | "array" | "date"