diff --git a/core/storage-client/src/storage-client.ts b/core/storage-client/src/storage-client.ts index f1671741f..c6f2af5b9 100644 --- a/core/storage-client/src/storage-client.ts +++ b/core/storage-client/src/storage-client.ts @@ -5,6 +5,8 @@ import type {AlwatrStorageClientConfig} from './type.js'; import type {FetchOptions} from '@alwatr/fetch'; import type {AlwatrDocumentObject, AlwatrDocumentStorage} from '@alwatr/type'; +export {AlwatrStorageClientConfig}; + globalAlwatr.registeredList.push({ name: '@alwatr/storage-client', version: '{{ALWATR_VERSION}}',