tsoa-next
    Preparing search index...

    Interface SwaggerArgs

    interface SwaggerArgs {
        basePath?: string;
        configuration?: string | Config;
        host?: string;
        json?: boolean;
        yaml?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    basePath?: string
    configuration?: string | Config
    host?: string
    json?: boolean
    yaml?: boolean