Skip to main content
Module

x/valibot/src/schemas/undefinedable/types.ts>InferUndefinedableOutput

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

Infer undefinedable output type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
TDefault extends DefaultAsync<TWrapped, undefined>
definition: [TDefault] extends [never] ? InferOutput<TWrapped> | undefined : NonOptional<InferOutput<TWrapped>> | Extract<DefaultValue<TDefault>, undefined>