diff --git a/src/app/typings.ts b/src/app/typings.ts index 46d0b708..00c29eeb 100644 --- a/src/app/typings.ts +++ b/src/app/typings.ts @@ -33,6 +33,8 @@ export interface EBGSFactionConflict { stake: string; stake_lower: string; days_won: number; + system_id: string; + system_name: string; } export interface EBGSFactionSystemDetails extends EBGSFactionPresence {