interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodCheckPropertyInternals<T>

    interface $ZodCheckPropertyInternals<T extends object = object> {
        def: $ZodCheckPropertyDef;
        issc: $ZodIssue;
        onattach: ((schema: $ZodType) => void)[];
        when?: (payload: ParsePayload) => boolean;
        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: $ZodType) => void)[]
    when?: (payload: ParsePayload) => boolean

    Methods