UNPKG

openapi-merge

Version:

A tool to merge numerous OpenAPI files into a single openapi definition.

4 lines 198 B
import { MergeInput } from './data'; import { Swagger } from 'atlassian-openapi'; export declare function mergeTags(inputs: MergeInput): Swagger.Tag[] | undefined; //# sourceMappingURL=tags.d.ts.map