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