Type Alias StartExploration

StartExploration: {
    exploring: false;
    selected: AutoExploreLocation | null;
} | {
    exploring: true;
    selected: AutoExploreLocation;
}