@kayahr/ed-journal
    Preparing search index...

    Interface PowerplayRank

    Base interface shared by all journal event types.

    interface PowerplayRank {
        event: "PowerplayRank";
        Power: string;
        Rank: number;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "PowerplayRank"

    The type of event.

    Power: string
    Rank: number
    timestamp: string

    The time in GMT, ISO 8601.