import { type ArrayPath } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts";
Type which eagerly collects all paths through a type which point to an array type.
Examples
Example 1
Example 1
Path<{foo: {bar: string[], baz: number[]}}> = 'foo.bar' | 'foo.baz'