UNPKG

@dannyfranca/any-chat

Version:

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

7 lines (6 loc) 193 B
import EventMap from "./EventMap"; import EventSingle from "./EventSingle"; declare type EventCollection = { [key in keyof EventMap]?: EventSingle; }; export default EventCollection;