Apply prettier changes

This commit is contained in:
Sainan 2024-06-29 07:16:22 +00:00 committed by github-actions[bot]
parent c7f818bf34
commit f0944412e7

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