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

9 lines
137 B
JavaScript

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