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