Interface Scanned

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

ScanType: string
event: "Scanned"

The type of event.

timestamp: string

The time in GMT, ISO 8601.