/// /// declare namespace Entity { type Conversation = { id: string; accounts: Array; last_status: Status | null; unread: boolean; }; }