Skip to main content
Module

x/zod/types.ts>ZodObject#keyof

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodObject.prototype.keyof
import { ZodObject } from "https://deno.land/x/zod@v3.21.4/types.ts";

Returns

ZodEnum<enumUtil.UnionToTupleString<keyof T>>