UNPKG

wa-chat-server-mluvii

Version:

Mluvii adapter for the modules wa-chat-server

8 lines (7 loc) 294 B
import { Types } from 'wa-chat-server'; import { IWatsonToMluviiConverterConstructor } from './IWatsonToMluviiConverterConstructor'; export interface IMluviiPublicAPIDependencies { log: Types.ILogger; axios: any; watsonToMluviiConverterClass: IWatsonToMluviiConverterConstructor; }