Interface Continued

Base interface shared by all journal event types.

interface Continued {
    Part: number;
    event: "Continued";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

Part: number
event: "Continued"

The type of event.

timestamp: string

The time in GMT, ISO 8601.