UNPKG

wa-chat-server-mluvii

Version:

Mluvii adapter for the modules wa-chat-server

6 lines (5 loc) 150 B
import { AxiosRequestConfig } from 'axios'; export interface IRequestResponse { request: AxiosRequestConfig; response: Record<string, any>; }