UNPKG

wa-chat-server-mluvii

Version:

Mluvii adapter for the modules wa-chat-server

9 lines (8 loc) 296 B
import { IWAChatServerMluviiConfig } from '../../interface/IWAChatServerMluviiConfig'; export declare class WAChatServerMluviiConfigMock implements IWAChatServerMluviiConfig { username: string; secret: string; getTokenUrl: string; sendMessageUrl: string; chatbotId: string; }