interface Price {
    amount: number;
    price: number;
}

Properties

Properties

amount: number
price: number