5 lines
477 B
TypeScript
5 lines
477 B
TypeScript
export { type OperationContext, type StartOperationContext, type CancelOperationContext, } from "./operation-context";
|
|
export { HandlerStartOperationResult, type HandlerStartOperationResultSync, type HandlerStartOperationResultAsync, } from "./start-operation-result";
|
|
export { type OperationHandler, type SyncOperationHandler, } from "./operation-handler";
|
|
export { ServiceHandler, serviceHandler, type OperationHandlerFor, type ServiceHandlerFor, } from "./service-handler";
|