export interface UserXPLevelResponseV6 { xp: number; xpToNextLevel: number; xpForThisLevel: number; levelUuid: string; statusUuid: string; }