Interface PlacementRuleDTO

interface PlacementRuleDTO {
    feature?: OnsiteFeature;
    segment: string;
    to?: CampaignId<string>;
}

Properties

Properties

feature?: OnsiteFeature
segment: string
to?: CampaignId<string>