Module

x/json_schema_to_ts/index.js>FromExtendedSchema

Infer TS types from JSON schemas 📝
Go to Latest
type alias FromExtendedSchema
import { type FromExtendedSchema } from "https://dotland.deno.dev/x/json_schema_to_ts@v2.8.0/index.js";

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>