Skip to content

Instantly share code, notes, and snippets.

@KumoKairo
Created June 14, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KumoKairo/ec4cc30c1d9446d84fe408572248b9a8 to your computer and use it in GitHub Desktop.
Save KumoKairo/ec4cc30c1d9446d84fe408572248b9a8 to your computer and use it in GitHub Desktop.
type FadeToBgCommand = {
background: string
}
type PlayMusicCommand = {
trackName: string
}
type LockClosetCommand = {}
type Command =
| FadeToBgCommand
| PlayMusicCommand
| LockClosetCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment