Interface Scanned

Base interface shared by all journal event types.

interface Scanned {
    event: "Scanned";
    ScanType: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "Scanned"

The type of event.

ScanType: string
timestamp: string

The time in GMT, ISO 8601.