Stackedit/src/data/emptyPublishLocation.js
2017-09-23 20:01:50 +01:00

9 lines
134 B
JavaScript

export default () => ({
id: null,
type: 'publishLocation',
providerId: null,
fileId: null,
templateId: null,
hash: 0,
});