Sign in
Make Impossible States Impossible
Context is the backpack
E
status.ts
1
type Status =
2
| 'idle'
3
| 'saving'
4
| 'failed'
5
| 'saved'