Stackedit/src/data/emptySyncedContent.js
2018-01-30 07:36:33 +00:00

8 lines
117 B
JavaScript

export default (id = null) => ({
id,
type: 'syncedContent',
historyData: {},
syncHistory: {},
hash: 0,
});