Stackedit/src/data/empties/emptySyncLocation.js

8 lines
114 B
JavaScript
Raw Normal View History

2018-01-30 07:36:33 +00:00
export default (id = null) => ({
id,
2017-08-25 10:37:46 +00:00
type: 'syncLocation',
2017-09-23 19:01:50 +00:00
providerId: null,
2017-08-25 10:37:46 +00:00
fileId: null,
hash: 0,
});