export type UploadProgressStatus = 'success' | 'error' | 'loading' | 'idle';