import { Conversation } from '../interfaces/Conversation';
export interface DeleteConversationResponse {
    conversations: Conversation[];
}
