Type Alias: RollbackOperation
RollbackOperation = (
route,hash) =>RollbackOutcome|Promise<RollbackOutcome>
Defined in: rollbackOperation.types.ts:4
Host operation used by the reusable rollback HTTP boundary.
Parameters
route
string
hash
string
Returns
RollbackOutcome | Promise<RollbackOutcome>