export type ProductDeleteCombinationDto = { productId: string; combinationId: string; verticalId: string; };