import type { DomainBid } from './DomainBid';
export type DomainBids = {
    data: Array<DomainBid>;
};
