import type { PaymentType } from '../../payment_type';

export interface PaymentResponseSource {
  type: PaymentType;
}
