import TransformerInterface from '../../common/interfaces/TransformerInterface'; import AdapterInterface from '../../common/interfaces/AdapterInterface'; import Payment from '../entity/Payment'; export default interface PaymentAdapterInterface extends AdapterInterface, TransformerInterface { }