export type ProductCreateAttachmentDto = { productId: string; verticalId: string; shopId: string; langId: string; content: string; format: string; name: string; type: string; description: string; active: boolean; };