| author | Alexandre Segura <mex.zktk@gmail.com> |
| Thu, 01 Jun 2017 16:15:08 +0200 | |
| changeset 15 | 4a8bbd314a46 |
| parent 12 | 48ddaa42b810 |
| child 16 | e67cd18cc594 |
| permissions | -rw-r--r-- |
|
3
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
import Immutable from 'immutable'; |
|
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
|
|
12
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
3
diff
changeset
|
3 |
export default Immutable.Record({ |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
3
diff
changeset
|
4 |
id: '', |
| 15 | 5 |
session: '', |
6 |
plain: '', |
|
7 |
raw: {} |
|
|
12
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
3
diff
changeset
|
8 |
}); |