UNPKG

wa-chat-server-microsoft

Version:

wa-chat-server adapter for the Microsoft Bot Framework

6 lines (5 loc) 159 B
import { Types } from 'wa-chat-server'; export interface IWAChatServerMockConfig { watsonRequest: Record<string, any>; response: Types.IGetResponse; }