UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

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