--- /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');