SW Combine SDK
    Preparing search index...

    Interface TypesPlanetEntity

    Detailed /types/planets/:uid response shape. Fields are optional where the API may return variant payloads.

    interface TypesPlanetEntity {
        images?: TypesPlanetTypeImages;
        name: string;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name: string
    uid: string