SW Combine SDK
    Preparing search index...

    Interface TypesStationEntity

    Detailed /types/stations/:uid response shape. Fields are optional where the API may return variant payloads.

    interface TypesStationEntity {
        caninterdict?: TypesShipBoolean;
        canproduce?: TypesShipBoolean;
        canrecycle?: TypesShipBoolean;
        canrefinealazhi?: TypesShipBoolean;
        canresearch?: TypesShipBoolean;
        description?: string;
        dockingbay?: TypesShipBoolean;
        ecm?: number;
        escapepods?: number;
        garrisons?: Record<string, never> | TypesStationGarrisons;
        hangarbay?: TypesShipBoolean;
        hull?: number;
        images?: TypesShipImages;
        ioniccapacity?: number;
        isasteroidminingdepot?: TypesShipBoolean;
        length?: TypesShipValueWithUnits;
        materials?: Record<string, never> | TypesShipMaterials;
        maxpassengers?: number;
        medicalrooms?: number;
        name: string;
        price?: TypesShipPrice;
        production?: TypesShipProduction;
        sensors?: number;
        shield?: number;
        uid: string;
        volume?: TypesShipValueWithUnits;
        volumecapacity?: TypesShipValueWithUnits;
        weapons?: Record<string, never> | TypesShipWeapons;
        weight?: TypesShipValueWithUnits;
        weightcapacity?: TypesShipValueWithUnits;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    caninterdict?: TypesShipBoolean
    canproduce?: TypesShipBoolean
    canrecycle?: TypesShipBoolean
    canrefinealazhi?: TypesShipBoolean
    canresearch?: TypesShipBoolean
    description?: string
    dockingbay?: TypesShipBoolean
    ecm?: number
    escapepods?: number
    garrisons?: Record<string, never> | TypesStationGarrisons
    hangarbay?: TypesShipBoolean
    hull?: number
    ioniccapacity?: number
    isasteroidminingdepot?: TypesShipBoolean
    materials?: Record<string, never> | TypesShipMaterials
    maxpassengers?: number
    medicalrooms?: number
    name: string
    production?: TypesShipProduction
    sensors?: number
    shield?: number
    uid: string
    volumecapacity?: TypesShipValueWithUnits
    weapons?: Record<string, never> | TypesShipWeapons
    weightcapacity?: TypesShipValueWithUnits