UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

5 lines (4 loc) 131 B
import { Chatroom } from 'src/shared/responseModels/Chatroom'; export interface ExploreFeedResponse { chatrooms: Chatroom[]; }