type alias FromSchemaOptionsimport { type FromSchemaOptions } from "https://dotland.deno.dev/x/json_schema_to_ts@v2.6.1/index.d.ts"; definition: { parseNotKeyword?: boolean; parseIfThenElseKeywords?: boolean; references?: JSONSchema7Reference[] | false; deserialize?: DeserializationPattern[] | false; }