Interface ZodNullDef

interface ZodNullDef {
    description?: string;
    errorMap?: ZodErrorMap;
    typeName: ZodNull;
}

Hierarchy (view full)

Properties

description?: string
errorMap?: ZodErrorMap
typeName: ZodNull

Generated using TypeDoc