import type { PaymentMethodTypesEnum } from '.'; export interface ConfirmationPaymentResult { paymentMethodType: PaymentMethodTypesEnum; }