mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-16 12:39:51 +01:00
Add comment field that is shown on account hover. Update discord link
This commit is contained in:
@@ -8,6 +8,7 @@ export interface AccessToken {
|
||||
character: Character;
|
||||
account: string;
|
||||
needsLogin: boolean;
|
||||
comment: string;
|
||||
}
|
||||
|
||||
export interface Character {
|
||||
@@ -28,6 +29,7 @@ export interface CharacterPlanets {
|
||||
|
||||
export interface CharacterUpdate {
|
||||
account?: string;
|
||||
comment?: string;
|
||||
}
|
||||
|
||||
export type Planet = EsiType<"v1", "getCharactersCharacterIdPlanets">[number];
|
||||
|
||||
Reference in New Issue
Block a user