import { User } from './User.generated'; export interface ChatMemberLeft { status: string; user: User; }