Skip to content

Commit db9e597

Browse files
Merge branch 'sdk-configs-rename-split-to-definition' into configs-sdk-client
2 parents 51724d3 + f79a75c commit db9e597

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/dtos/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ export interface IConfig {
233233
seed?: number,
234234
trafficAllocation?: number,
235235
trafficAllocationSeed?: number
236-
configurations: {
237-
[treatmentName: string]: string | object | null
236+
configurations?: {
237+
[treatmentName: string]: string
238238
},
239239
sets?: string[],
240240
impressionsDisabled?: boolean,
@@ -277,7 +277,7 @@ export interface ISplit {
277277
trafficAllocation?: number,
278278
trafficAllocationSeed?: number
279279
configurations?: {
280-
[treatmentName: string]: string | object | null
280+
[treatmentName: string]: string
281281
},
282282
sets?: string[],
283283
impressionsDisabled?: boolean

0 commit comments

Comments
 (0)