UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

5 lines (4 loc) 142 B
import { Conversation } from '../interfaces/Conversation'; export interface DeleteConversationResponse { conversations: Conversation[]; }