Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/json_schema_to_ts/index.d.ts>FromExtendedSchema

Infer TS types from JSON schemas 📝
Go to Latest
type alias FromExtendedSchema
import { type FromExtendedSchema } from "https://deno.land/x/json_schema_to_ts@v2.8.0/index.d.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>