Interface: AbTestResponse
Defined in: sdk/src/types.ts:1083
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:1084 |
organizationId | string | sdk/src/types.ts:1085 |
name | string | sdk/src/types.ts:1086 |
templateId | string | sdk/src/types.ts:1087 |
status | AbTestStatus | sdk/src/types.ts:1088 |
metric | AbTestMetric | sdk/src/types.ts:1089 |
sampleSize | number | sdk/src/types.ts:1090 |
variants | { id: string; versionId: string; weight: number; sent?: number; metric?: number; }[] | sdk/src/types.ts:1091 |
winnerVariantId | string | null | sdk/src/types.ts:1098 |
startedAt | string | null | sdk/src/types.ts:1099 |
completedAt | string | null | sdk/src/types.ts:1100 |
createdAt | string | sdk/src/types.ts:1101 |