Skip to content

Commit

Permalink
chore: add export
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Sep 16, 2024
1 parent 04fde6d commit 7bab55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nestjs-report/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { ReportEntityInterface } from './interfaces/report-entity.interface';

export { ReportServiceInterface } from './interfaces/report-service.interface';
export { ReportGeneratorServiceInterface } from './interfaces/report-generator-service.interface';
export { ReportGeneratorResultInterface } from './interfaces/report-generator-result.interface';

export { ReportPostgresEntity } from './entities/report-postgres.entity';
export { ReportSqliteEntity } from './entities/report-sqlite.entity';
Expand Down

0 comments on commit 7bab55a

Please sign in to comment.