export interface PlayerAlias {
    username: string;
    last_seen_at: string;
}
