We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738d872 commit 1c77831Copy full SHA for 1c77831
src/dtos/types.ts
@@ -203,7 +203,6 @@ export interface IExcludedSegment {
203
204
export interface TargetingEntity {
205
name: string;
206
- // Properties required for evaluation
207
changeNumber: number;
208
status: 'ACTIVE' | 'ARCHIVED';
209
conditions: IDefinitionCondition[];
@@ -220,7 +219,6 @@ export interface IDefinition extends TargetingEntity {
220
219
trafficTypeName: string;
221
sets?: string[];
222
impressionsDisabled?: boolean;
223
224
prerequisites?: null | {
225
n: string,
226
ts: string[]
0 commit comments