Stackedit/src/data/emptyFile.js
2017-08-25 11:37:46 +01:00

8 lines
97 B
JavaScript

export default () => ({
id: null,
type: 'file',
name: '',
parentId: null,
hash: 0,
});