Skip to content

Commit

Permalink
fix(): export HealthCheckResult to public interface
Browse files Browse the repository at this point in the history
Fixes #639
  • Loading branch information
BrunnerLivio authored Apr 9, 2020
1 parent 7f3de81 commit 5deda3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export {
HealthCheck,
HealthCheckService,
HealthCheckError,
HealthCheckResult
} from './health-check';
export * from './terminus-module-options.interface';

0 comments on commit 5deda3b

Please sign in to comment.