UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

5 lines (4 loc) 177 B
import { IAssistantV2AdapterConfig } from './IAssistantV2AdapterConfig'; export interface IAssistantV2AdapterIamConfig extends IAssistantV2AdapterConfig { apikey: string; }