type alias RecordPathItemimport { type RecordPathItem } from "https://deno.land/x/valibot@v0.5.0/src/schemas/record/index.ts"; Record path item type. definition: { schema: "record"; input: Record<string | number | symbol, any>; key: string | number | symbol; value: any; }