mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
make bytes required
This commit is contained in:
parent
7cf2ae8d05
commit
050d236050
@ -12,11 +12,11 @@ import type {
|
||||
type TransferProgress = {
|
||||
[key in TransferStage]?: {
|
||||
count: number;
|
||||
bytes?: number;
|
||||
bytes: number;
|
||||
aggregates?: {
|
||||
[key: string]: {
|
||||
count: number;
|
||||
bytes?: number;
|
||||
bytes: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user