@kayahr/edsm
    Preparing search index...

    Interface PowerPlay

    Single EDSM power play information.

    interface PowerPlay {
        allegiance: null | string;
        coords: Coordinates;
        date: string;
        government: null | string;
        id: number;
        id64: Id64;
        name: string;
        power: string;
        powerState: string;
        state: null | string;
    }
    Index

    Properties

    allegiance: null | string
    coords: Coordinates
    date: string
    government: null | string
    id: number
    id64: Id64
    name: string
    power: string
    powerState: string
    state: null | string