export interface CategoryProductAssignment { CategoryID?: string; ProductID?: string; ListOrder?: number; }