export type ProductCreateImageDto = { productId: string; imageContent: string; originalFormat: string; verticalId: string; };