Skip to content

Commit 6bea66d

Browse files
committed
refactor: remove ConfigDetails
1 parent a8866fb commit 6bea66d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/interfaces.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ export interface Environment {
4444
}
4545
export const UNKNOWN_ENVIRONMENT_NAME = 'UNKNOWN';
4646

47-
/** @deprecated(v5) `ConfigDetails` is too naive about how configurations actually work. */
48-
export interface ConfigDetails {
49-
configFetchedAt: string;
50-
configPublishedAt: string;
51-
configEnvironment: Environment;
52-
configFormat: string;
53-
salt?: string;
54-
}
55-
5647
export interface Flag {
5748
key: string;
5849
enabled: boolean;

0 commit comments

Comments
 (0)