type alias PathListRe-exportimport { type PathList } from "https://deno.land/x/valibot@v0.30.0/mod.ts"; Path list type. Type ParametersTInput extends unknown[] | Record<string, unknown>definition: TInput extends any[] ? PathTuple<TInput, number> : PathTuple<TInput, keyof TInput>