feat(medusa): Add file size calculation for product export (#1726)

This commit is contained in:
Adrien de Peretti
2022-06-28 15:27:36 +02:00
committed by GitHub
parent c6dc9086cf
commit fb7abbf407
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ export class BatchJob extends SoftDeletableEntity {
errors?: BatchJobResultError[]
stat_descriptors?: BatchJobResultStatDescriptor[]
file_key?: string
file_size?: number
} & Record<string, unknown>
@Column({ type: "boolean", nullable: false, default: false })