@kayahr/ed-journal

    Interface Resurrect

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Bankrupt: boolean
    Cost: number
    event: "Resurrect"

    The type of event.

    Option: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR