export interface ChatTokenResponse { userId: number; token: string; }