Update Q reference in orchestrator

This commit is contained in:
Mohamed Hegazy
2016-07-07 17:46:55 -07:00
parent 61fa2391a4
commit d2e7984341

View File

@@ -5,6 +5,8 @@
/// <reference types="q" />
import * as Q from "q";
declare type Strings = string|string[];
declare class Orchestrator {