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

11 lines (10 loc) 249 B
import type { JSONSchema4, JSONSchema7 } from 'json-schema'; declare const _default: { schemas: { '2.0': JSONSchema4; '3.0': JSONSchema4; '3.1': JSONSchema7; '3.2': JSONSchema7; }; }; export default _default;