UNPKG

@deskdirector/push-events

Version:

chat utilities for DeskDirector chat

7 lines (6 loc) 275 B
import { UserCustomStateUpdatedEvent as SseEvent } from '../../receivers'; import { UserCustomStateType } from './user-custom-state'; export declare class UserCustomStateUpdatedEvent { state: UserCustomStateType; constructor(userCustomStateUpdatedEvent: SseEvent); }