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

    Interface DeliverPowerMicroResources

    Base interface shared by all journal event types.

    interface DeliverPowerMicroResources {
        event: "DeliverPowerMicroResources";
        MarketID: ID;
        MicroResources: MicroResource[];
        timestamp: string;
        TotalCount: number;
    }

    Hierarchy (View Summary)

    • JournalEvent<"DeliverPowerMicroResources">
      • DeliverPowerMicroResources
    Index

    Properties

    event: "DeliverPowerMicroResources"

    The type of event.

    MarketID: ID
    MicroResources: MicroResource[]
    timestamp: string

    The time in GMT, ISO 8601.

    TotalCount: number