export interface PromotionAssignment { PromotionID?: string; BuyerID?: string; UserGroupID?: string; }