| changeset 17 | 877d8796b86d |
| parent 16 | e67cd18cc594 |
| child 26 | 930e486ad0a8 |
| 16:e67cd18cc594 | 17:877d8796b86d |
|---|---|
1 import Immutable from 'immutable'; |
1 import Immutable from 'immutable'; |
2 |
2 |
3 export default Immutable.Record({ |
3 export default Immutable.Record({ |
4 id: '', |
4 id: '', |
5 session: '', |
5 session: '', |
6 |
|
6 plain: '', |
7 plain: '', |
7 raw: {}, |
8 raw: {}, |
9 html: '', |
|
10 |
|
8 startedAt: '', |
11 startedAt: '', |
9 finishedAt: '', |
12 finishedAt: '', |
10 }); |
13 }); |