Stackedit/src/data/emptySyncLocation.js

8 lines
109 B
JavaScript
Raw Normal View History

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