import { type RecordOutput } from "https://deno.land/x/valibot@v0.19.0/src/schemas/index.ts";
Record output inference type.
Type Parameters
TRecordKey extends RecordKey | RecordKeyAsync
TRecordValue extends BaseSchema | BaseSchemaAsync
definition: ResolveObject<TRecordKey extends PartialKeySchema ? Partial<Record<Output<TRecordKey>, Output<TRecordValue>>> : Record<Output<TRecordKey>, Output<TRecordValue>>>