@kayahr/ed-journal

    Interface MaterialDiscovered

    Written when a new material is discovered.

    interface MaterialDiscovered {
        Category: string;
        DiscoveryNumber: number;
        event: "MaterialDiscovered";
        Name: string;
        Name_Localised?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Category: string
    DiscoveryNumber: number
    event: "MaterialDiscovered"

    The type of event.

    Name: string
    Name_Localised?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR