enum RefugeeDocumentStatus { TO_UPLOAD, UPLOADING, UPLOADED, UPLOAD_FAILED, NOTFOUND, DELETED }
Last updated 2 years ago