@kayahr/ed-journal
    Preparing search index...

    Interface SquadronCreated

    Base interface shared by all journal event types.

    interface SquadronCreated {
        event: "SquadronCreated";
        SquadronID: ID;
        SquadronName: string;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "SquadronCreated"

    The type of event.

    SquadronID: ID
    SquadronName: string
    timestamp: string

    The time in GMT, ISO 8601.