Skip to content

Instantly share code, notes, and snippets.

@steida
Created May 21, 2017 14:52
Show Gist options
  • Select an option

  • Save steida/e55ee2c0e4f356ed71df4efeaafe64b9 to your computer and use it in GitHub Desktop.

Select an option

Save steida/e55ee2c0e4f356ed71df4efeaafe64b9 to your computer and use it in GitHub Desktop.
export type FormsState = {
+user: {
+initialState: UserForm,
+changedState: { +[id: Id]: UserForm },
},
};
export type State = {
+forms: FormsState,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment