export type ChatProfile = { username: string; name: string; email: string; };