Membrane React - v0.6.0
    Preparing search index...

    Interface $ZodCheckInternals<T>

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

    Type Parameters

    • T
    Index

    Methods

    Properties

    Methods

    Properties

    The set of issues this check might throw.

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