I hereby claim:
- I am serrg on github.
- I am serrg (https://keybase.io/serrg) on keybase.
- I have a public key whose fingerprint is 424F 3E45 79F5 C76D F3CD EB4F 1A5E 73AB 7658 B5FF
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| interface Transition { | |
| name: string; | |
| from: string; | |
| to: string; | |
| } | |
| export interface Action { | |
| [actionName: string]: () => void; | |
| } |