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