Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/mod.ts>InferObjectOutput

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
type alias InferObjectOutput
Re-export
import { type InferObjectOutput } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts";

Infer object output type.

Type Parameters

TEntries extends ObjectEntries | ObjectEntriesAsync
definition: Prettify<OutputWithReadonly<TEntries, OutputWithQuestionMarks<TEntries, InferEntriesOutput<TEntries>>>>