@kayahr/ed-journal

    Interface JoinedSquadron

    Base interface shared by all journal event types.

    interface JoinedSquadron {
        event: "JoinedSquadron";
        SquadronName: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "JoinedSquadron"

    The type of event.

    SquadronName: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR