UNPKG

yoonite-saga

Version:

> Orchestration de workflows transactionnels avec gestion de compensation (pattern Saga)

3 lines (2 loc) 80 B
import { SagaStep } from "./saga-step.type"; export type Workflow = SagaStep[];