UNPKG

bump-cli

Version:

The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the APIs of developers.bump.sh

12 lines (11 loc) 364 B
import { APIDefinition, OpenAPIOverlay } from '../definition.js'; export declare class Overlay { d(formatter: any, ...args: any[]): void; run(spec: APIDefinition, overlay: OpenAPIOverlay): APIDefinition; private executeAction; private humanName; private mergeWithEnumDedup; private pathEntryToKey; private remove; private update; }