bupkis
    Preparing search index...

    Interface $ZodCheckIncludesInternals

    interface $ZodCheckIncludesInternals {
        def: $ZodCheckIncludesDef;
        issc: $ZodIssueInvalidStringFormat;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<string>): MaybeAsync<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    The set of issues this check might throw.

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

    Methods