@kayahr/edsm
    Preparing search index...

    Interface Station

    interface Station {
        allegiance: null | string;
        body?: StationBody;
        commodities: null | Commodity[];
        controllingFaction?: StationControllingFaction;
        distanceToArrival: null | number;
        economy: null | string;
        government: null | string;
        haveMarket: boolean;
        haveOutfitting: boolean;
        haveShipyard: boolean;
        id: number;
        marketId: null | number;
        name: string;
        otherServices: string[];
        outfitting: null | Outfitting[];
        secondEconomy: null | string;
        ships: null | Ship[];
        systemId?: number;
        systemId64?: null | Id64;
        systemName?: string;
        type: null | string;
        updateTime: StationUpdateTime;
    }
    Index

    Properties

    allegiance: null | string
    commodities: null | Commodity[]
    controllingFaction?: StationControllingFaction
    distanceToArrival: null | number
    economy: null | string
    government: null | string
    haveMarket: boolean
    haveOutfitting: boolean
    haveShipyard: boolean
    id: number
    marketId: null | number
    name: string
    otherServices: string[]
    outfitting: null | Outfitting[]
    secondEconomy: null | string
    ships: null | Ship[]
    systemId?: number
    systemId64?: null | Id64
    systemName?: string
    type: null | string
    updateTime: StationUpdateTime