SW Combine SDK
    Preparing search index...

    Interface City

    interface City {
        images?: GalaxyCityImages;
        location?: GalaxyLocation;
        name: string;
        planet?: string | Planet;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    location?: GalaxyLocation
    name: string
    planet?: string | Planet
    uid: string