Skip to content

Instantly share code, notes, and snippets.

@zarkomilosevic
Created August 30, 2017 21:13
Show Gist options
  • Save zarkomilosevic/3f617a9f9d5d7a714fc2fc3ca2120c85 to your computer and use it in GitHub Desktop.
Save zarkomilosevic/3f617a9f9d5d7a714fc2fc3ca2120c85 to your computer and use it in GitHub Desktop.
import * as Immutable from 'immutable';
const Todo = Immutable.Record({
id:'',
complete:false,
text:'',
});
export default Todo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment