export interface CatalogAssignment { CatalogID?: string; BuyerID?: string; ViewAllCategories?: boolean; ViewAllProducts?: boolean; }