import { type FromSchemaOptions } from "https://deno.land/x/json_schema_to_ts@v3.1.1/index.d.ts";
definition: { parseNotKeyword?: boolean; parseIfThenElseKeywords?: boolean; keepDefaultedPropertiesOptional?: boolean; references?: JSONSchemaReference[] | false; deserialize?: DeserializationPattern[] | false; }