Interface BuyNowPrice

interface BuyNowPrice {
    price: string;
}

Properties

Properties

price: string