Remove dependency on Bluebird

Not everybody uses Bluebird for their Promises and coupling this so tightly to Bluebird causes us problems
This commit is contained in:
Dan Rumney
2018-11-08 15:39:55 -06:00
committed by GitHub
parent 2cf191e318
commit c4df5ab14f

View File

@@ -4,8 +4,6 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as Promise from 'bluebird';
export interface ManagementClientOptions {
token?: string;
domain: string;