import { type RecordSchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/record/record.ts";
Record schema type.
definition: BaseSchema<RecordInput<TKey, TValue>, TOutput> & { type: "record"; key: TKey; value: TValue; message: ErrorMessage | undefined; pipe: Pipe<RecordOutput<TKey, TValue>> | undefined; }