diff --git a/app/scripts/modules/core/src/pipeline/index.ts b/app/scripts/modules/core/src/pipeline/index.ts index 1232bca7470..332831ea217 100644 --- a/app/scripts/modules/core/src/pipeline/index.ts +++ b/app/scripts/modules/core/src/pipeline/index.ts @@ -16,3 +16,4 @@ export * from './executions/execution/Execution'; export * from './filter/ExecutionFilterModel'; export * from './manualExecution/TriggerTemplate'; export * from './service/execution.service'; +export * from './service/ExecutionsTransformer';