export interface IOpenAPIv3 { openapi: string; info: any; paths: any; tags: any; components?: any; }