Interface Continued

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

Properties

event: "Continued"

The type of event.

Part: number
timestamp: string

The time in GMT, ISO 8601.