export interface PlayerChat { time: Date; channel: string; player_id: string; message: string; }