SW Combine SDK
    Preparing search index...

    Interface Location

    interface Location {
        city?: string | City;
        planet?: string | Planet;
        system?: string | System;
        x?: number;
        y?: number;
        z?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    city?: string | City
    planet?: string | Planet
    system?: string | System
    x?: number
    y?: number
    z?: number