export interface MarketplaceUserGroupAssignment { ID?: string; UserGroupID?: string; UserID?: string; }