UNPKG

bump-cli

Version:

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

10 lines (9 loc) 304 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 remove; private update; }