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

    Interface PowerplayDefect

    Base interface shared by all journal event types.

    interface PowerplayDefect {
        event: "PowerplayDefect";
        FromPower: string;
        timestamp: string;
        ToPower: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "PowerplayDefect"

    The type of event.

    FromPower: string
    timestamp: string

    The time in GMT, ISO 8601.

    ToPower: string