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

    Interface DocsOptions

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

    Properties

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