Module

x/zod/index.ts>z.ZodObject#keyof

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method z.ZodObject.prototype.keyof
import { z } from "https://dotland.deno.dev/x/zod@v3.23.4/index.ts";
const { ZodObject } = z;

Returns

ZodEnum<enumUtil.UnionToTupleString<keyof T>>