diff --git a/orchestrator/index.d.ts b/orchestrator/index.d.ts index 234b4e58ee..23c8a0f507 100644 --- a/orchestrator/index.d.ts +++ b/orchestrator/index.d.ts @@ -5,6 +5,8 @@ /// +import * as Q from "q"; + declare type Strings = string|string[]; declare class Orchestrator {