Skip to main content
Module

x/enzastdlib/vendor/@ThomasAribart-json-schema-to-ts.ts>FromExtendedSchema

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
type alias FromExtendedSchema
import { type FromExtendedSchema } from "https://deno.land/x/enzastdlib@v0.0.4/vendor/@ThomasAribart-json-schema-to-ts.ts";

Type Parameters

optional
W extends ExtendedJSONSchema7$1<E> = Cast<S extends Record<string | number | symbol, unknown> ? DeepWritable<S> : S, ExtendedJSONSchema7$1<E>>
definition: FromSchema<Cast<UnextendJSONSchema7<E, W>, JSONSchema>, Opt>