SW Combine SDK
    Preparing search index...

    Interface CharacterMeLocation

    interface CharacterMeLocation {
        city?: CharacterMeLocationNode;
        container?: CharacterMeLocationNode;
        coordinates?: CharacterMeCoordinates;
        planet?: CharacterMeLocationNode;
        sector?: CharacterMeLocationNode;
        system?: CharacterMeLocationNode;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties