/**
 * @example
 *     {
 *         campaignId: 1000000
 *     }
 */
export interface GetAbTestCampaignResultRequest {
    /** Id of the A/B test campaign */
    campaignId: number;
}
