@kayahr/ed-journal

    Interface CarrierCrewServices

    Base interface shared by all journal event types.

    interface CarrierCrewServices {
        CarrierID: number;
        CrewName: string;
        CrewRole: string;
        event: "CarrierCrewServices";
        Operation: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CarrierID: number
    CrewName: string
    CrewRole: string
    event: "CarrierCrewServices"

    The type of event.

    Operation: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR