import { OpenAPIV3 } from 'openapi-types'; export interface ApiOperation extends Omit { operationId: string; tags: [Tag]; }