export interface ISwaggerUIConfig { customTitle?: string; customCss?: string; customCssStyle?: string; customJs?: string; customJsString?: string; displayRequestDuration?: boolean; filter?: boolean; tryItOutEnabled?: boolean; }