interface Cost {
    price: number;
}

Hierarchy (View Summary)

Properties

Properties

price: number