Stackedit/src/data/emptySyncLocation.js

7 lines
91 B
JavaScript
Raw Normal View History

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