@kayahr/ed-journal

    Interface CrimeVictim

    Base interface shared by all journal event types.

    interface CrimeVictim {
        Bounty?: number;
        CrimeType: string;
        event: "CrimeVictim";
        Fine?: number;
        Offender: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Bounty?: number
    CrimeType: string
    event: "CrimeVictim"

    The type of event.

    Fine?: number
    Offender: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR