Interface DocsOptions

interface DocsOptions {
    logo?: DocsLogo;
    redoc?: DocsRedocOptions;
    swagger?: DocsSwaggerUIOptions;
    tagGroups?: Record<string, string[]>;
}

Properties

logo?: DocsLogo
tagGroups?: Record<string, string[]>