mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
feat: enhance player model with organizationId and update related API handling
This commit is contained in:
2
types.ts
2
types.ts
@@ -35,7 +35,6 @@ export interface PlayerStats {
|
||||
playtimeHours: number;
|
||||
level: number;
|
||||
role: string;
|
||||
organizationId?: string;
|
||||
}
|
||||
|
||||
export interface Player {
|
||||
@@ -48,6 +47,7 @@ export interface Player {
|
||||
storyMarkdown: string;
|
||||
tags: string[];
|
||||
isOnline: boolean;
|
||||
organizationId?: string;
|
||||
}
|
||||
|
||||
export interface CityStats {
|
||||
|
||||
Reference in New Issue
Block a user