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