Stackedit/src/data/emptySyncedContent.js

8 lines
117 B
JavaScript
Raw Normal View History

2018-01-30 07:36:33 +00:00
export default (id = null) => ({
id,
2017-08-25 10:37:46 +00:00
type: 'syncedContent',
historyData: {},
syncHistory: {},
hash: 0,
});