Created
May 21, 2017 14:52
-
-
Save steida/e55ee2c0e4f356ed71df4efeaafe64b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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