export enum UploadResultStatus { DONE = 'done', ERROR = 'error', SUCCESS = 'success', UPLOADING = 'uploading', }