@kayahr/ed-journal

    Interface BackpackChange

    Base interface shared by all journal event types.

    interface BackpackChange {
        Added?: ChangedBackpackItem[];
        event: "BackpackChange";
        Removed?: ChangedBackpackItem[];
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "BackpackChange"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR