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

Type Parameters

Hierarchy (View Summary)

Properties

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