Stackedit/src/data/empties/emptySyncedContent.js
2018-07-17 20:58:40 +01:00

9 lines
125 B
JavaScript

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