Interface SwaggerArgs

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc