SW Combine SDK
    Preparing search index...

    Interface GalaxyPlanetListItem

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

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