Interface SegmentRuleDebugDTO

interface SegmentRuleDebugDTO {
    draft?: TestDebugDTO;
    segment: string;
    test?: TestDebugDTO;
    to?: CampaignId<string>;
    type: TargetType;
}

Properties

draft?: TestDebugDTO
segment: string
to?: CampaignId<string>