import { type RecordSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Record schema async type.
Type Parameters
TKey extends RecordKeyAsync
TValue extends BaseSchema | BaseSchemaAsync
optional
TOutput = RecordOutput<TKey, TValue>Properties
key: TKey
The key schema.
value: TValue
The value schema.
message: ErrorMessage | undefined
The error message.
pipe: PipeAsync<RecordOutput<TKey, TValue>> | undefined
The validation and transformation pipeline.