export class ProfileData{ id!: string; username!: string; avatar!: string; serverVersion!: number; }