2017-07-27 20:19:52 +00:00
|
|
|
export default () => ({
|
2017-07-31 09:04:01 +00:00
|
|
|
id: null,
|
2017-07-28 07:40:24 +00:00
|
|
|
type: 'content',
|
2017-07-27 20:19:52 +00:00
|
|
|
text: '\n',
|
2017-08-17 23:10:35 +00:00
|
|
|
properties: '\n',
|
2017-07-27 20:19:52 +00:00
|
|
|
discussions: {},
|
|
|
|
comments: {},
|
2017-08-17 23:10:35 +00:00
|
|
|
syncLocations: [],
|
2017-07-28 07:40:24 +00:00
|
|
|
updated: 0,
|
2017-07-27 20:19:52 +00:00
|
|
|
});
|