Interface MiningRefined

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Type: string
Type_Localised?: string
event: "MiningRefined"

The type of event.

timestamp: string

The time in GMT, ISO 8601.