Interface MaterialDiscarded

Written when materials are discarded.

interface MaterialDiscarded {
    Category: string;
    Count: number;
    Name: string;
    event: "MaterialDiscarded";
    timestamp: string;
}

Hierarchy (view full)

Properties

Category: string
Count: number
Name: string
event: "MaterialDiscarded"

The type of event.

timestamp: string

The time in GMT, ISO 8601.