Skip to content

Commit d4c6f06

Browse files
committed
refactor: remove temp configuration
1 parent 2f70a51 commit d4c6f06

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/i-configuration.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ export interface IConfiguration {
2929
isInitialized(): boolean;
3030
}
3131

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-
3832
export type ConfigStoreHydrationPacket<T extends Entry> = {
3933
entries: Record<string, T>;
4034
environment: Environment;

0 commit comments

Comments
 (0)