export interface ConversationDeletedEvent { /** An empty object. Represents a conversation deleted by the contact. */ conversation_deleted_event?: Record; }