import { DaffPaymentProcessorCollection } from '@daffodil/payment/state'
A collection of DaffPaymentAvailableProcessors.
DaffPaymentAvailableProcessor
type DaffPaymentProcessorCollection = Record<DaffPaymentAvailableProcessor['kind'], DaffPaymentAvailableProcessor>