export interface UserProfile { user: string; userPic: string; memberSince: string; richPresenceMsg: string; lastGameId: number; contribCount: number; contribYield: number; totalPoints: number; totalSoftcorePoints: number; totalTruePoints: number; permissions: number; untracked: boolean; id: number; userWallActive: boolean; motto: string; }