Skip to content

Commit

Permalink
fix(cmd-api-server): add IPluginImport to public API surface of package
Browse files Browse the repository at this point in the history
Previously this was missing from the package exports
and therefore was not accessible to
other
packages using this one.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Dec 1, 2020
1 parent 20c0c15 commit 8734642
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
export { ApiServer, IApiServerConstructorOptions } from "./api-server";

export {
ConfigService,
IPluginImport,
ICactusApiServerOptions,
} from "./config/config-service";

export {
SelfSignedPkiGenerator,
ForgeCertificateField,
Expand Down

0 comments on commit 8734642

Please sign in to comment.