interface IBids {
    'Bids.Type': 'CpcBid' | 'CpaBid' | 'CpmBid';
}
export { IBids };
