interface ZodPromiseDef<T> {
    description?: string;
    errorMap?: ZodErrorMap;
    type: T;
    typeName: ZodPromise;
}

Type Parameters

Hierarchy (view full)

Properties

description?: string
errorMap?: ZodErrorMap
type: T
typeName: ZodPromise