import type { PaymentMethodDetails } from './payment-method.response';
export interface CreatePaymentMethodResponse extends PaymentMethodDetails {
}
