feat(medusa): Add file size calculation for product export (#1726)
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user