Skip to main content
Module

x/valibot/mod.ts>RecordOutput

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias RecordOutput
Re-export
import { type RecordOutput } from "https://deno.land/x/valibot@v0.13.1/mod.ts";

Record output inference type.

Type Parameters

TRecordKey extends RecordKey | RecordKeyAsync
TRecordValue extends BaseSchema | BaseSchemaAsync
definition: ResolveObject<Record<Output<TRecordKey>, Output<TRecordValue>>>