interface ZodDefaultDef<T extends ZodTypeAny> {
    defaultValue: (() => noUndefined<T["_input"]>);
    description?: string;
    errorMap?: ZodErrorMap;
    innerType: T;
    typeName: ZodDefault;
}

Type Parameters

Hierarchy-Diagram

UML class diagram of ZodDefaultDef
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

defaultValue: (() => noUndefined<T["_input"]>)

Type declaration

description?: string
errorMap?: ZodErrorMap
innerType: T
typeName: ZodDefault