import { type RecordSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Record schema type.
Properties
key: TKey
The record key schema.
value: TValue
The record value schema.
message: ErrorMessage | undefined
The error message.
pipe: Pipe<RecordOutput<TKey, TValue>> | undefined
The validation and transformation pipeline.