Skip to main content
Module

x/valibot/src/schemas/record/index.ts>InferRecordOutput

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias InferRecordOutput
Re-export
import { type InferRecordOutput } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/schemas/record/index.ts";

Infer record output type.

Type Parameters

TKey extends BaseSchema<string, string | number | symbol, BaseIssue<unknown>> | BaseSchemaAsync<string, string | number | symbol, BaseIssue<unknown>>
TValue extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
definition: Prettify<WithReadonly<TValue, WithQuestionMarks<Record<InferOutput<TKey>, InferOutput<TValue>>>>>