8000
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 ad6c582 commit 55206c6Copy full SHA for 55206c6
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
@@ -402,7 +402,7 @@ export type OptimizelyAudience = {
402
export type OptimizelyEvent = {
403
404
405
406
};
407
408
export interface OptimizelyFeature {
0 commit comments