TokenIssuanceStartResponse type

The main response interface that is related to the request, this extends IActionable as the response contains actions, we only allow actions that inherit the TokenIssuanceStartAction.

type TokenIssuanceStartResponse =
  ActionableCloudEventResponse<TokenIssuanceStartAction>