SW Combine SDK
    Preparing search index...

    Interface TypesFacilityEntity

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

    interface TypesFacilityEntity {
        canearnincome?: boolean;
        canfarmalazhi?: TypesShipBoolean;
        canloadmaterials?: boolean;
        canmine?: TypesShipBoolean;
        canproduce?: TypesShipBoolean;
        canrecycle?: TypesShipBoolean;
        canrefinealazhi?: TypesShipBoolean;
        canresearch?: TypesShipBoolean;
        class?: TypesFacilityClass;
        description?: string;
        dockingbay?: TypesShipBoolean;
        energy?: number;
        flats?: number;
        hangarbay?: TypesShipBoolean;
        hull?: number;
        imagesets?: TypesFacilityImageSets;
        ioniccapacity?: number;
        jobs?: number;
        materials?: Record<string, never> | TypesShipMaterials;
        maxpassengers?: number;
        medicalrooms?: number;
        name: string;
        price?: TypesShipPrice;
        production?: TypesShipProduction;
        sensors?: number;
        shield?: number;
        sizex?: number;
        sizey?: number;
        uid: string;
        volume?: TypesShipValueWithUnits;
        volumecapacity?: TypesShipValueWithUnits;
        weapons?: Record<string, never> | TypesShipWeapons;
        weight?: TypesShipValueWithUnits;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    canearnincome?: boolean
    canfarmalazhi?: TypesShipBoolean
    canloadmaterials?: boolean
    canproduce?: TypesShipBoolean
    canrecycle?: TypesShipBoolean
    canrefinealazhi?: TypesShipBoolean
    canresearch?: TypesShipBoolean
    description?: string
    dockingbay?: TypesShipBoolean
    energy?: number
    flats?: number
    hangarbay?: TypesShipBoolean
    hull?: number
    ioniccapacity?: number
    jobs?: number
    materials?: Record<string, never> | TypesShipMaterials
    maxpassengers?: number
    medicalrooms?: number
    name: string
    production?: TypesShipProduction
    sensors?: number
    shield?: number
    sizex?: number
    sizey?: number
    uid: string
    volumecapacity?: TypesShipValueWithUnits
    weapons?: Record<string, never> | TypesShipWeapons