Type Alias: HistoryOperation
HistoryOperation = (
route) =>HistoryReply|Promise<HistoryReply>
Defined in: historyOperation.types.ts:4
Host operation used by the reusable history HTTP boundary.
Parameters
route
string
Returns
HistoryReply | Promise<HistoryReply>