@novice1/frame - v0.3.1
    Preparing search index...

    Interface DocsConfig

    interface DocsConfig {
        consumes?: string[];
        disabled?: boolean;
        examples?: Record<string, ExampleObject | ReferenceObject>;
        host?: ServerObject;
        license?: string | LicenseObject;
        openAPIOptions?: OpenAPIOptions;
        options?: DocsOptions;
        path?: string;
        postmanOptions?: PostmanOptions;
        responses?: BaseResponseUtil;
        schemas?: Record<string, ReferenceObject | SchemaObject>;
        security?: BaseAuthUtil;
        tags?: DocsTag[];
        title?: string;
        version?: string;
    }
    Index

    Properties

    consumes?: string[]
    disabled?: boolean

    Disable docs routes.

    examples?: Record<string, ExampleObject | ReferenceObject>
    host?: ServerObject
    license?: string | LicenseObject
    openAPIOptions?: OpenAPIOptions
    options?: DocsOptions
    path?: string
    postmanOptions?: PostmanOptions
    responses?: BaseResponseUtil
    schemas?: Record<string, ReferenceObject | SchemaObject>
    security?: BaseAuthUtil
    tags?: DocsTag[]
    title?: string
    version?: string