SW Combine SDK
    Preparing search index...

    Interface GalaxyCityListItem

    interface GalaxyCityListItem {
        attributes: GalaxyAttributes;
        location?: GalaxyLocation;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    attributes: GalaxyAttributes
    location?: GalaxyLocation