Interface MiningRefined

Base interface shared by all journal event types.

interface MiningRefined {
    event: "MiningRefined";
    timestamp: string;
    Type: string;
    Type_Localised?: string;
}

Hierarchy (View Summary)

Properties

event: "MiningRefined"

The type of event.

timestamp: string

The time in GMT, ISO 8601.

Type: string
Type_Localised?: string