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

    Interface CrewAssign

    Base interface shared by all journal event types.

    interface CrewAssign {
        CrewID?: ID;
        event: "CrewAssign";
        Name: string;
        Role: string;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CrewID?: ID
    event: "CrewAssign"

    The type of event.

    Name: string
    Role: string
    timestamp: string

    The time in GMT, ISO 8601.