@forge/cli
12.22.012.22.0-experimental-04cc2b9
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;
};
}>;
-declare type PromiseType<T> = T extends Promise<infer R> ? R : never;
-export declare type Dependencies = PromiseType<ReturnType<typeof getDependencies>>;
+type PromiseType<T> = T extends Promise<infer R> ? R : never;
+export type Dependencies = PromiseType<ReturnType<typeof getDependencies>>;
export {};
//# sourceMappingURL=dependency-injection.d.ts.map
\ No newline at end of file