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