Skip to main content
Module

x/zod/mod.ts>z.ZodPromiseDef

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
interface z.ZodPromiseDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/zod@v3.20.3/mod.ts";
const { ZodPromiseDef } = z;

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny

Properties

type: T
typeName: ZodFirstPartyTypeKind.ZodPromise