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