Skip to content

Commit

Permalink
fix(types): export API config types for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Mar 9, 2020
1 parent 784211a commit c1882cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/whook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import initAPIDefinitions, {
DEFAULT_IGNORED_FILES_SUFFIXES,
WhookAPIDefinitions,
WhookAPIOperationAddition,
WhookAPIOperationConfig,
WhookAPIOperation,
WhookAPIHandlerDefinition,
WhookAPIParameterDefinition,
Expand Down Expand Up @@ -97,6 +98,7 @@ export {
WhookAPIHandlerDefinition,
WhookAPIParameterDefinition,
WhookAPISchemaDefinition,
WhookAPIOperationConfig,
WhookServiceMap,
WhookInitializerMap,
ENVService,
Expand Down

0 comments on commit c1882cc

Please sign in to comment.