Type Alias CommerceAddTokensFailureEvent

CommerceAddTokensFailureEvent: {
    type: ADD_TOKENS_FAILED;
    data: AddTokensFailed;
}