diff --git a/src/index.ts b/src/index.ts index 85b0984..f68a7c8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ export {NodeKit} from './nodekit'; export {AppContext} from './lib/context'; -export {AppConfig, AppContextParams, AppDynamicConfig} from './types'; +export {AppConfig, AppContextParams, AppDynamicConfig, SpanKind} from './types'; export {AppError} from './lib/app-error'; export {DynamicConfigSetup} from './lib/dynamic-config-poller'; export {NodeKitLogger} from './lib/logging';