@forge/cli

12.22.0-experimental-04cc2b912.23.0-next.7-experimental-44b7a12
out/command-line/dependency-injection.d.ts
~out/command-line/dependency-injection.d.tsModified
+2−2
Index: package/out/command-line/dependency-injection.d.ts
===================================================================
--- package/out/command-line/dependency-injection.d.ts
+++ package/out/command-line/dependency-injection.d.ts
@@ -102,8 +102,8 @@
         customScopesController: CustomScopesController;
         moduleController: ModuleController;
     };
 }>;
-type PromiseType<T> = T extends Promise<infer R> ? R : never;
-export type Dependencies = PromiseType<ReturnType<typeof getDependencies>>;
+declare type PromiseType<T> = T extends Promise<infer R> ? R : never;
+export declare type Dependencies = PromiseType<ReturnType<typeof getDependencies>>;
 export {};
 //# sourceMappingURL=dependency-injection.d.ts.map
\ No newline at end of file