Skip to content

Commit

Permalink
fix(storage): export DocumentListStorage type
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 2, 2022
1 parent 1688eda commit ea6cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/storage/src/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {readJsonFile, writeJsonFile} from './util.js';

import type {DocumentObject, DataStorage, AlwatrStorageConfig} from './type.js';

export {DocumentObject, DataStorage as DocumentListStorage, AlwatrStorageConfig as Config};
export {DocumentObject, DataStorage, AlwatrStorageConfig as Config};

alwatrRegisteredList.push({
name: '@alwatr/storage',
Expand Down

0 comments on commit ea6cc7d

Please sign in to comment.