Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 19, 2019 03:53
Show Gist options
  • Save carlrip/d749c7dac6307560a9473998a64bbe2a to your computer and use it in GitHub Desktop.
Save carlrip/d749c7dac6307560a9473998a64bbe2a to your computer and use it in GitHub Desktop.
Reset type
type Reset = {
type: "reset";
to: number;
};
type Actions = Increment | Decrement | Reset;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment