interface Consumable {
    costsPerUnit: number;
    description: string;
    identifier: string;
    name: string;
    unit: string;
}

Hierarchy (view full)

Properties

costsPerUnit: number
description: string
identifier: string
name: string
unit: string