UNPKG

@rocket.chat/apps-engine

Version:

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

8 lines (7 loc) 224 B
import type { IUser } from '../users'; import type { ILivechatRoom } from './ILivechatRoom'; export interface ILivechatTransferData { currentRoom: ILivechatRoom; targetAgent?: IUser; targetDepartment?: string; }