mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Added imports.
This commit is contained in:
Vendored
+3
@@ -7,8 +7,11 @@
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="../Q/Q.d.ts" />
|
||||
|
||||
import * as express from 'express';
|
||||
import * as Http from 'http';
|
||||
|
||||
import q = require('q');
|
||||
|
||||
export interface twilio {
|
||||
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user