UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

5 lines (4 loc) 171 B
import { IWAChatServerAdapter } from './IWAChatServerAdapter'; export interface IWAChatServerAdapterConstructor { new (...params: Array<any>): IWAChatServerAdapter; }