export interface CategoryAssignment { CategoryID?: string; BuyerID?: string; UserGroupID?: string; Visible?: boolean; ViewAllProducts?: boolean; }