Stackedit/src/data/emptyFile.js
2018-01-30 07:36:33 +00:00

8 lines
100 B
JavaScript

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