import Cover from './Cover';

interface BoughtCover {
     distributorName : string,
     covers : Cover
}

export default BoughtCover;
