bitbucket
Version:
Bitbucket API client for Browser and Node.js
14 lines (11 loc) • 327 B
TypeScript
import { AuthenticateOptions } from '../../src/plugins/authenticate/types'
declare module 'bitbucket' {
export interface APIClient {
authenticate(options: AuthenticateOptions): void
}
}
declare module 'bitbucket/lib/minimal' {
export interface APIClient {
authenticate(options: AuthenticateOptions): void
}
}