SW Combine SDK
    Preparing search index...

    Interface TypesPlanetTypeImages

    interface TypesPlanetTypeImages {
        atmosphere?: string;
        larges?: TypesPlanetLargeImages;
        loworbit?: string;
        small?: string;
        stratosphere?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

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