mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-15 04:08:48 +01:00
Hoist planet fetch to root and add totals calculation
This commit is contained in:
@@ -10,6 +10,7 @@ export interface AccessToken {
|
||||
needsLogin: boolean;
|
||||
comment: string;
|
||||
system: string;
|
||||
planets: PlanetWithInfo[];
|
||||
}
|
||||
|
||||
export interface Character {
|
||||
@@ -25,6 +26,7 @@ export interface CharacterPlanets {
|
||||
name: string;
|
||||
characterId: number;
|
||||
account?: string;
|
||||
system?: string;
|
||||
planets: PlanetWithInfo[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user