UNPKG

likeminds-chat-beta

Version:

LikeMinds Javascript SDK for chat APIs

8 lines (7 loc) 280 B
import NetworkLibrary from 'src/core/services/networklibrary'; import { SearchType } from './types'; import { Base } from 'src/base'; export declare class Search extends Base { networkLibrary: NetworkLibrary; searchChatroom(searchType: SearchType): Promise<any>; }