14 lines
251 B
TypeScript

export interface CurrentUser {
id?: string;
index?: number;
nickname?: string;
highRank?: string;
rank?: string;
level?: string;
currentLocation?: string;
cash?: number;
gameMoney?: number;
comp?: number;
siteAddress?: string;
}