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