Skip to content

Instantly share code, notes, and snippets.

@binaryta
Created February 25, 2018 15:32
Show Gist options
  • Save binaryta/23d05c88015584d0cb7f3e5aa2c9db99 to your computer and use it in GitHub Desktop.
Save binaryta/23d05c88015584d0cb7f3e5aa2c9db99 to your computer and use it in GitHub Desktop.
export interface State {
count: number;
}
export const state: State = {
count: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment