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 b0eff8f commit 08f0e50Copy full SHA for 08f0e50
types.d.ts
@@ -10,7 +10,7 @@ export type DynatraceObject = {
10
}
11
12
export interface IFlagsmithFeature<Value = IFlagsmithValue> {
13
- id: number;
+ id?: number;
14
enabled: boolean;
15
value: Value;
16
0 commit comments