Skip to content

Commit

Permalink
feat: export AnalysisSeverity interface
Browse files Browse the repository at this point in the history
we want the consumers of this client to be able
to better type input for client usage
  • Loading branch information
ArturSnyk committed Feb 11, 2021
1 parent d854190 commit 52f170e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
IAnalysisResult,
IFileBundle,
IGitBundle,
AnalysisSeverity,
} from './interfaces/analysis-result.interface';

export {
Expand All @@ -28,6 +29,7 @@ export {
reportError,
emitter,
constants,
AnalysisSeverity,
IFileSuggestion,
IFilePath,
IMarker,
Expand Down

0 comments on commit 52f170e

Please sign in to comment.