SW Combine SDK
    Preparing search index...

    Interface System

    interface System {
        controlledby?: GalaxyReference;
        description?: string;
        hyperlanes?: GalaxyHyperlanesCollection;
        location?: GalaxyLocation;
        name: string;
        planets?: GalaxyPlanetsCollection;
        population?: number;
        sector?: string | Sector;
        stations?: GalaxyStationsCollection;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    controlledby?: GalaxyReference
    description?: string
    location?: GalaxyLocation
    name: string
    population?: number
    sector?: string | Sector
    uid: string