mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Fix broken Q import
This commit is contained in:
6
twilio/twilio.d.ts
vendored
6
twilio/twilio.d.ts
vendored
@@ -5,12 +5,12 @@
|
||||
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="../q/Q.d.ts" />
|
||||
/// <reference path="../q/index.d.ts" />
|
||||
|
||||
import * as express from 'express';
|
||||
import * as Http from 'http';
|
||||
|
||||
import q = require('q');
|
||||
import Q = require('q');
|
||||
|
||||
export interface twilio {
|
||||
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient;
|
||||
@@ -872,4 +872,4 @@ export module twilio {
|
||||
}
|
||||
export interface TrunkResource extends ListMappedResource<TrunkInstance> {}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user