UNPKG

wa-chat-server-mluvii

Version:

Mluvii adapter for the modules wa-chat-server

9 lines (8 loc) 262 B
import { Types } from 'wa-chat-server'; export declare class SessionMock implements Types.ISession { data: Record<string, any>; sessionId: string; start(): Promise<Types.ISession>; end(): Promise<void>; getStorage(): Types.ISessionStorage; }