Implement planet exclusion from totals calculations

This commit is contained in:
Calli
2024-05-27 09:36:28 +03:00
parent 7131299fab
commit 9d07ea934c
8 changed files with 44 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
import { PlanetConfig } from "./app/components/PlanetConfig/PlanetConfigDialog";
import { Api } from "./esi-api";
export interface AccessToken {
@@ -11,6 +12,7 @@ export interface AccessToken {
comment: string;
system: string;
planets: PlanetWithInfo[];
planetConfig: PlanetConfig[];
}
export interface Character {