Interface Synthesis

Base interface shared by all journal event types.

interface Synthesis {
    event: "Synthesis";
    Materials: {
        Count?: number;
        Name: string;
        Name_Localised?: string;
        Percent?: number;
    }[];
    Name: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "Synthesis"

The type of event.

Materials: {
    Count?: number;
    Name: string;
    Name_Localised?: string;
    Percent?: number;
}[]
Name: string
timestamp: string

The time in GMT, ISO 8601.