Interface MaterialDiscarded

Written when materials are discarded.

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

Hierarchy (View Summary)

Properties

Category: string
Count: number
event: "MaterialDiscarded"

The type of event.

Name: string
timestamp: string

The time in GMT, ISO 8601.