UNPKG

@deskdirector/push-events

Version:

chat utilities for DeskDirector chat

6 lines (5 loc) 182 B
export declare enum UserCustomState { Away = "away", DoNotDisturb = "do_not_disturb" } export type UserCustomStateType = UserCustomState.Away | UserCustomState.DoNotDisturb;