Skip to content

Commit

Permalink
updating module index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Jan 20, 2025
1 parent 92295b1 commit 93f6c71
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/server/src/infra/files-storage-client/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './files-storage-client.adapter';
export * from './files-storage-client.config';
export * from './files-storage-client.module';
export * from './generated/api';
export * from './generated/models';
export { FilesStorageClientAdapter } from './files-storage-client.adapter';
export { FilesStorageClientConfig } from './files-storage-client.config';
export { FilesStorageClientModule } from './files-storage-client.module';
export type * from './generated/models';

0 comments on commit 93f6c71

Please sign in to comment.