1export class ProfileData{ 2 id!: string; 3 username!: string; 4 avatar!: string; 5 serverVersion!: number; 6}