Stackedit/src/data/emptySyncLocation.js

8 lines
111 B
JavaScript
Raw Normal View History

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