export default () => ({
blobs: [],
loading: false,
data: null,
currentDefinition: null,
currentDefinitionPosition: null,
currentBlobPath: null,
});