import { type Path } from "https://deno.land/x/netzo@0.3.91/deps/react-hook-form.ts";
Type which eagerly collects all paths through a type
Examples
Example 1
Example 1
Path<{foo: {bar: string}}> = 'foo' | 'foo.bar'
import { type Path } from "https://deno.land/x/netzo@0.3.91/deps/react-hook-form.ts";
Type which eagerly collects all paths through a type
Example 1
Path<{foo: {bar: string}}> = 'foo' | 'foo.bar'