bupkis
    Preparing search index...

    Interface $ZodCheckPropertyInternals<T>

    interface $ZodCheckPropertyInternals<T extends object = object> {
        def: $ZodCheckPropertyDef;
        issc: $ZodIssue;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<T>): MaybeAsync<void>;
    }

    Type Parameters

    • T extends object = object

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    issc: $ZodIssue

    The set of issues this check might throw.

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

    Methods