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
11 lines (10 loc) • 332 B
TypeScript
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 pathEntryToKey;
private remove;
private update;
}