Skip to content

Commit

Permalink
Fixed conflict types in Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Aug 31, 2020
1 parent 5b4afe7 commit 145617d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 145617d

Please sign in to comment.