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 a8866fb commit 6bea66dCopy full SHA for 6bea66d
src/interfaces.ts
@@ -44,15 +44,6 @@ export interface Environment {
44
}
45
export const UNKNOWN_ENVIRONMENT_NAME = 'UNKNOWN';
46
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
-
56
export interface Flag {
57
key: string;
58
enabled: boolean;
0 commit comments