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; }