import { Chat } from './Chat.generated'; export interface BusinessMessagesDeleted { business_connection_id: string; chat: Chat; message_ids: Array; }