Type Alias PolicyMutation

PolicyMutation: tx | {
    commit: tx;
    rollback: tx;
}

A commit/rollback pair contributed by a policy decision. Either the Mutation wrapper class (from @openpit/engine/tx) or a plain object with both callbacks is accepted.