export interface ISwaggerModuleOptions {
    title?: string;
    description?: string;
    version?: string;
}
