8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
export default () => ({
|
|
id: null,
|
|
type: 'syncedContent',
|
|
historyData: {},
|
|
syncHistory: {},
|
|
hash: 0,
|
|
});
|