export interface ProductAssignment { SellerID?: string; ProductID?: string; BuyerID?: string; UserGroupID?: string; PriceScheduleID?: string; }