Interface Resurrect

Base interface shared by all journal event types.

interface Resurrect {
    Bankrupt: boolean;
    Cost: number;
    Option: string;
    event: "Resurrect";
    timestamp: string;
}

Hierarchy (view full)

Properties

Bankrupt: boolean
Cost: number
Option: string
event: "Resurrect"

The type of event.

timestamp: string

The time in GMT, ISO 8601.