Skip to content

Commit

Permalink
fix(storage-client): export AlwatrStorageClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jan 5, 2023
1 parent 403baa5 commit 9d626c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/storage-client/src/storage-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}}',
Expand Down

0 comments on commit 9d626c2

Please sign in to comment.