Stackedit/src/data/emptyFile.js

8 lines
100 B
JavaScript
Raw Normal View History

2018-01-30 07:36:33 +00:00
export default (id = null) => ({
id,
2017-07-28 07:40:24 +00:00
type: 'file',
2017-07-27 20:19:52 +00:00
name: '',
2017-07-31 09:04:01 +00:00
parentId: null,
2017-08-25 10:37:46 +00:00
hash: 0,
2017-07-27 20:19:52 +00:00
});