@kayahr/edsm
    Preparing search index...

    Interface PowerPlay

    Single EDSM power play information.

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

    Properties

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