Stackedit/src/data/empties/emptySyncLocation.js
2018-07-17 20:58:40 +01:00

8 lines
114 B
JavaScript

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