Describes the size of something by stating how much of a certain unit is present.

interface Size {
    amount: number;
    unit: string;
}

Properties

Properties

amount: number
unit: string