SW Combine SDK
    Preparing search index...

    Interface GalaxySectorListItem

    interface GalaxySectorListItem {
        attributes: GalaxyAttributes;
        controlledby?: GalaxyReference;
        knownsystems?: number;
        population?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    attributes: GalaxyAttributes
    controlledby?: GalaxyReference
    knownsystems?: number
    population?: number