@kayahr/ed-journal

    Interface SquadronStartup

    Base interface shared by all journal event types.

    interface SquadronStartup {
        CurrentRank: number;
        event: "SquadronStartup";
        SquadronName: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CurrentRank: number
    event: "SquadronStartup"

    The type of event.

    SquadronName: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR