export type ProductCreateCombinationDto = { productId: string; verticalId: string; };