UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

7 lines (6 loc) 197 B
import type { IVisitor } from './IVisitor'; import type { IMessage } from '../messages/IMessage'; export interface ILivechatMessage extends IMessage { visitor?: IVisitor; token?: string; }