Skip to content
Snippets Groups Projects
LivechatVisitors.ts 227 B
import { registerModel } from '@rocket.chat/models';

import { db } from '../database/utils';
import { LivechatVisitorsRaw } from './raw/LivechatVisitors';

registerModel('ILivechatVisitorsModel', new LivechatVisitorsRaw(db));