interface ZodLazyDef<T extends ZodTypeAny = ZodTypeAny> {
    description?: string;
    errorMap?: ZodErrorMap;
    getter: () => T;
    typeName: ZodLazy;
}

Type Parameters

Hierarchy (View Summary)

Properties

description?: string
errorMap?: ZodErrorMap
getter: () => T
typeName: ZodLazy