export interface GetUserProfileResponse { User: string; UserPic: string; MemberSince: string; RichPresenceMsg: string; LastGameID: number; ContribCount: number; ContribYield: number; TotalPoints: number; TotalSoftcorePoints: number; TotalTruePoints: number; Permissions: number; Untracked: number; ID: number; UserWallActive: number; Motto: string; }