Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cav/test/test_deps.ts>zod.ZodRecord.create

A server framework for Deno
Go to Latest
method zod.ZodRecord.create
import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodRecord } = zod;

Parameters

valueType: Value
optional
params: RawCreateParams

Type Parameters

Keys extends KeySchema
Value extends ZodTypeAny

Parameters

keySchema: Keys
valueType: Value
optional
params: RawCreateParams