UNPKG

277 BTypeScriptView Raw
1import {
2 APIClient as _APIClient,
3 APIClientFactory,
4 APIEndpoints
5} from './bitbucket'
6
7export { APIEndpoints, Params, Schema } from './bitbucket'
8
9export interface APIClient extends _APIClient, APIEndpoints {}
10
11export declare const Bitbucket: APIClientFactory<APIClient>