Interface ProcessorOptions

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

Properties

asyncapi?: ParseOptions
interpreter?: InterpreterOptions

Deprecated

Use the jsonSchema options instead of interpreter