events.ts
1 type Event =
2 | { type: 'SAVE' }
3 | { type: 'SUCCESS' }
4 | { type: 'FAIL' }
5 | { type: 'RETRY' }
6 | { type: 'DONE' }
when lost, press H to go home
github