SW Combine SDK
    Preparing search index...

    Interface GalaxySystemListItem

    interface GalaxySystemListItem {
        attributes: GalaxyAttributes;
        controlledby?: GalaxyReference;
        location?: GalaxyLocation;
        population?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    attributes: GalaxyAttributes
    controlledby?: GalaxyReference
    location?: GalaxyLocation
    population?: number