SW Combine SDK
    Preparing search index...

    Interface GalaxyPlanetImages

    interface GalaxyPlanetImages {
        atmosphere?: string;
        large?: string;
        loworbit?: string;
        small?: string;
        stratosphere?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    atmosphere?: string
    large?: string
    loworbit?: string
    small?: string
    stratosphere?: string