Interface IPriceMixin

IPriceMixin Interface representing a mixin for price.

interface IPriceMixin {
    price: number;
}

Hierarchy (view full)

Properties

Properties

price: number

The price value.