bupkis
    Preparing search index...

    Interface $ZodCheckInternals<T>

    interface $ZodCheckInternals<T> {
        def: $ZodCheckDef;
        issc?: $ZodIssueBase;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<T>): MaybeAsync<void>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    The set of issues this check might throw.

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

    Methods