@kayahr/ed-journal

    Interface AppliedToSquadron

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "AppliedToSquadron"

    The type of event.

    SquadronName: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR