UNPKG

@likeminds.community/chat-js-beta

Version:

LikeMinds Javascript SDK for chat APIs

9 lines (8 loc) 235 B
import { Community } from '../interfaces/Community'; import { Member } from '../interfaces/Member'; export interface ValidateUserResponse { appAccess: boolean; community: Community; hasAnswers: boolean; user: Member; }