interface ZodEffectsDef<T> {
    description?: string;
    effect: Effect<any>;
    errorMap?: ZodErrorMap;
    schema: T;
    typeName: ZodEffects;
}

Type Parameters

Hierarchy (view full)

Properties

description?: string
effect: Effect<any>
errorMap?: ZodErrorMap
schema: T
typeName: ZodEffects