Skip to main content
Module

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

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 FromExtendedSchemaOptions
import { type FromExtendedSchemaOptions } from "https://deno.land/x/enzastdlib@v0.0.4/vendor/@ThomasAribart-json-schema-to-ts.ts";
definition: { parseNotKeyword?: boolean; parseIfThenElseKeywords?: boolean; references?: ExtendedJSONSchema7Reference$1<E>[] | false; deserialize?: DeserializationPattern[] | false; }