import { SagaStep } from "./saga-step.type";
export type Workflow = SagaStep[];
