UNPKG

@dannyfranca/any-chat

Version:

Universal, extensible and improved JS API for Chats, like TawkTo, Jivochat, and others.

9 lines (6 loc) 174 B
import EventMap from './EventMap' import EventSingle from './EventSingle' type EventCollection = { [key in keyof EventMap]?: EventSingle } export default EventCollection