SW Combine SDK
    Preparing search index...

    Interface Planet

    interface Planet {
        cities?: number | GalaxyCitiesCollection;
        civilisationlevel?: number;
        controlledby?: GalaxyReference;
        description?: string;
        governor?: Record<string, never> | GalaxyReference;
        grid?: GalaxyGridCollection;
        hireablepopulation?: number;
        images?: GalaxyPlanetImages;
        location?: GalaxyLocation;
        magistrate?: Record<string, never> | GalaxyReference;
        name: string;
        population?: number;
        sector?: string | Sector;
        size?: string | number;
        system?: string | System;
        taxlevel?: number;
        terrain?: string;
        terrainmap?: string;
        type?: GalaxyReference;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    cities?: number | GalaxyCitiesCollection
    civilisationlevel?: number
    controlledby?: GalaxyReference
    description?: string
    governor?: Record<string, never> | GalaxyReference
    hireablepopulation?: number
    location?: GalaxyLocation
    magistrate?: Record<string, never> | GalaxyReference
    name: string
    population?: number
    sector?: string | Sector
    size?: string | number
    system?: string | System
    taxlevel?: number
    terrain?: string
    terrainmap?: string
    uid: string