export interface IBuildSwaggerHtml { customTitle?: string; baseUrl: string; favIconsString: string; customJs?: string; customJsString?: string; customCss?: string; customCssStyle?: string; }