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 df094ad commit 5837220Copy full SHA for 5837220
lib/project_config/project_config.ts
@@ -63,7 +63,7 @@ interface TryCreatingProjectConfigConfig {
63
interface Event {
64
key: string;
65
id: string;
66
- experimentsIds: string[];
+ experimentIds: string[];
67
}
68
69
interface VariableUsageMap {
lib/shared_types.ts
@@ -395,7 +395,7 @@ export type OptimizelyAudience = {
395
export type OptimizelyEvent = {
396
397
398
399
};
400
401
export interface OptimizelyFeature {
0 commit comments