interface SwaggerInfo {
    title: string;
    version: string;
}

Properties

Properties

title: string
version: string

Generated using TypeDoc