bupkis
    Preparing search index...

    Interface $ZodCheckSizeEqualsInternals<T>

    interface $ZodCheckSizeEqualsInternals<T extends HasSize = HasSize> {
        def: $ZodCheckSizeEqualsDef;
        issc: $ZodIssueTooBig<T> | $ZodIssueTooSmall<T>;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<T>): MaybeAsync<void>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    The set of issues this check might throw.

    onattach: ((schema: z.core.$ZodType) => void)[]

    Methods