import { DaffPaymentActions } from '@daffodil/payment/state'
A union of the payment action types.
type DaffPaymentActions<T extends DaffPaymentResponse = DaffPaymentResponse> = DaffPaymentGenerateTokenSuccess<T> | DaffPaymentGenerateTokenFailure