We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f70a51 commit d4c6f06Copy full SHA for d4c6f06
src/i-configuration.ts
@@ -29,12 +29,6 @@ export interface IConfiguration {
29
isInitialized(): boolean;
30
}
31
32
-// TODO: replace more abstract `IConfiguration` with some concrete
33
-// implementation, so we know what to expect from it (i.e., it's
34
-// probably a bad idea to allow users implementing their own
35
-// configurations).
36
-export type Configuration = IConfiguration;
37
-
38
export type ConfigStoreHydrationPacket<T extends Entry> = {
39
entries: Record<string, T>;
40
environment: Environment;
0 commit comments