UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

6 lines (5 loc) 110 B
export interface IAuthenticateResponse { givenName: string; surname: string; sessionId: string; }