From 4fadd40471a5c20fbdf72bf526b1d7466c7cd2da Mon Sep 17 00:00:00 2001 From: Nicholas Iannone Date: Tue, 9 Aug 2016 10:55:35 -0500 Subject: [PATCH] Added imports. --- twilio/twilio.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/twilio/twilio.d.ts b/twilio/twilio.d.ts index 035710cd1b..8de55d6f83 100644 --- a/twilio/twilio.d.ts +++ b/twilio/twilio.d.ts @@ -7,8 +7,11 @@ /// /// +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; }