client/src/store/groupRecord.js
changeset 132 906a6c7c7943
child 133 6f3078f7fd47
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/store/groupRecord.js	Tue Aug 01 12:20:14 2017 +0200
@@ -0,0 +1,10 @@
+import Immutable from 'immutable';
+
+export default Immutable.Record({
+  name: '',
+
+  owner: '',
+  isPersonal: false,
+  description:''
+
+}, 'Group');