ProgressFunction Type alias
ProgressFunction = (loaded: number, total: number) => ProgressStatus
Defined in
- backend/src/CheckpointManager.ts Line 63
Last Updated: 20 June, 2023
ProgressFunction = (loaded: number, total: number) => ProgressStatus
Last Updated: 20 June, 2023