@kayahr/ed-journal

    Interface NpcCrewPaidWage

    Base interface shared by all journal event types.

    interface NpcCrewPaidWage {
        Amount: number;
        event: "NpcCrewPaidWage";
        NpcCrewId: number;
        NpcCrewName: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Amount: number
    event: "NpcCrewPaidWage"

    The type of event.

    NpcCrewId: number
    NpcCrewName: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR