UNPKG

@botpress/webchat-client

Version:
8 lines (7 loc) 134 B
export type ParticipantRemoved = { type: 'participant_removed' data: { conversationId: string participantId: string } }