Stackedit/src/data/emptySyncLocation.js
2018-01-30 07:36:33 +00:00

8 lines
114 B
JavaScript

export default (id = null) => ({
id,
type: 'syncLocation',
providerId: null,
fileId: null,
hash: 0,
});