| export const transferStates = { | |
| PENDING: 'pending', | |
| ACTIVE: 'active', | |
| PROVISIONED: 'provisioned', | |
| COMPLETED: 'completed', | |
| ERROR: 'error', | |
| REVERTED: 'reverted', | |
| RELOCATING_REVERT: 'relocating_revert', | |
| RELOCATING_SWITCHEROO: 'relocating_switcheroo', | |
| REVERTING: 'reverting', | |
| RENAMING: 'renaming', | |
| EXPORTING: 'exporting', | |
| IMPORTING: 'importing', | |
| CLEANUP: 'cleanup', | |
| } as const; | |