@kayahr/ed-journal

    Interface RenameSuitLoadout

    Base interface shared by all journal event types.

    interface RenameSuitLoadout {
        event: "RenameSuitLoadout";
        LoadoutID: number;
        LoadoutName: string;
        SuitID: number;
        SuitName: string;
        SuitName_Localised: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "RenameSuitLoadout"

    The type of event.

    LoadoutID: number
    LoadoutName: string
    SuitID: number
    SuitName: string
    SuitName_Localised: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR