import { type FromExtendedSchemaOptions } from "https://deno.land/x/json_schema_to_ts@v2.8.4/index.js";
Type Parameters
E extends JSONSchema7Extension
definition: { parseNotKeyword?: boolean; parseIfThenElseKeywords?: boolean; references?: ExtendedJSONSchema7Reference$1<E>[] | false; deserialize?: DeserializationPattern[] | false; }