UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

13 lines (12 loc) 337 B
import { ConversationState } from './enums/conversationstate'; export declare type SdkConfig = { xPlatformCode: string; xVersionCode: number; xSdkSource: string; excludedConversationStates: ConversationState[]; }; export declare type InitUser = { isGuest: boolean; userUniqueId: string; userName?: string; };