@kayahr/edsm
    Preparing search index...

    Interface SystemFactionsResponse

    Response structure of the EDSM system factions request.

    interface SystemFactionsResponse {
        controllingFaction?: ShortSystemFaction;
        factions: SystemFaction[];
        id: number;
        id64: Id64;
        name: string;
        url: string;
    }
    Index

    Properties

    controllingFaction?: ShortSystemFaction
    factions: SystemFaction[]
    id: number
    id64: Id64
    name: string
    url: string