type AbTestStatus = "draft" | "running" | "completed" | "cancelled";
Defined in: sdk/src/types.ts:1068