feat: track LastRegionPlayed #428

Merged
Sainan merged 2 commits from lastregionplayed into main 2024-06-29 04:50:32 -07:00
Showing only changes of commit f0944412e7 - Show all commits

View File

@ -86,7 +86,23 @@ export interface IMailbox {
LastInboxId: IOid;
}
export type TSolarMapRegion = "Earth" | "Ceres" | "Eris" | "Europa" | "Jupiter" | "Mars" | "Mercury" | "Neptune" | "Phobos" | "Pluto" | "Saturn" | "Sedna" | "Uranus" | "Venus" | "Void" | "SolarMapDeimosName";
export type TSolarMapRegion =
| "Earth"
| "Ceres"
| "Eris"
| "Europa"
| "Jupiter"
| "Mars"
| "Mercury"
| "Neptune"
| "Phobos"
| "Pluto"
| "Saturn"
| "Sedna"
| "Uranus"
| "Venus"
| "Void"
| "SolarMapDeimosName";
//TODO: perhaps split response and database into their own files