Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ZodRecordDef
implements ZodTypeDef
import { type ZodRecordDef } from "https://deno.land/x/netzo@0.3.66/deps/zod/mod.ts";

Type Parameters

optional
Key extends KeySchema = ZodString
optional
Value extends ZodTypeAny = ZodTypeAny

Properties

valueType: Value
keyType: Key
typeName: ZodFirstPartyTypeKind.ZodRecord