Interface Info

interface Info {
    contact?: Swagger.Contact;
    description?: string;
    license?: Swagger.License;
    termsOfService?: string;
    title: string;
    version?: string;
}

Properties

contact?: Swagger.Contact
description?: string
license?: Swagger.License
termsOfService?: string
title: string
version?: string

Generated using TypeDoc