RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/ILivechatUnitMonitor.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { IRocketChatRecord } from './IRocketChatRecord';

export interface ILivechatUnitMonitor extends IRocketChatRecord {
    monitorId: string;
    unitId: string;
    username: string;
}