UNPKG

@deskdirector/push-events

Version:

chat utilities for DeskDirector chat

8 lines (7 loc) 230 B
import { SendInviteEvent as SseEvent } from '../../receivers'; import { User } from '../_common'; export declare class SendInviteEvent { sessionId: string; from?: User | null; constructor(sendInviteEvent: SseEvent); }