interface ConsumableConsumption {
    consumableId: string;
    consumedUnits: number;
}

Properties

consumableId: string
consumedUnits: number