Stackedit/src/data/emptySyncedContent.js
2017-08-25 11:37:46 +01:00

8 lines
114 B
JavaScript

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