We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51724d3 + f79a75c commit db9e597Copy full SHA for db9e597
1 file changed
src/dtos/types.ts
@@ -233,8 +233,8 @@ export interface IConfig {
233
seed?: number,
234
trafficAllocation?: number,
235
trafficAllocationSeed?: number
236
- configurations: {
237
- [treatmentName: string]: string | object | null
+ configurations?: {
+ [treatmentName: string]: string
238
},
239
sets?: string[],
240
impressionsDisabled?: boolean,
@@ -277,7 +277,7 @@ export interface ISplit {
277
278
279
configurations?: {
280
281
282
283
impressionsDisabled?: boolean
0 commit comments