@kayahr/ed-journal

    Interface MaterialDiscarded

    Written when materials are discarded.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Category: string
    Count: number
    event: "MaterialDiscarded"

    The type of event.

    Name: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR