type AgreedPriceNoPurchase = {
    type: 'no-purchase' | 'agreed-price-without-purchase',
};

export default AgreedPriceNoPurchase;
