Interface ProcessorOptions

interface ProcessorOptions {
    asyncapi?: ParseOptions;
    jsonSchema?: JsonSchemaProcessorOptions;
    openapi?: OpenAPIInputProcessorOptions;
    typescript?: TypeScriptInputProcessorOptions;
}

Properties

asyncapi?: ParseOptions