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