import { type FieldName } from "https://deno.land/x/netzo@0.3.91/deps/react-hook-form.ts";
Type Parameters
TFieldValues extends FieldValues
definition: IsFlatObject<TFieldValues> extends true ? Extract<keyof TFieldValues, string> : string
import { type FieldName } from "https://deno.land/x/netzo@0.3.91/deps/react-hook-form.ts";