UNPKG

@likeminds.community/chat-js

Version:

LikeMinds Javascript SDK for chat APIs

6 lines (5 loc) 156 B
import { Chatroom } from '../interfaces/Chatroom'; export interface GetExploreFeedResponse { chatrooms: Chatroom[]; pinnedChatroomsCount: number; }