UNPKG

voxa-dashbot

Version:

Integrate Dashbot analytics into your Alexa apps using the voxa framework

9 lines (7 loc) 160 B
import { IDashbot } from "./events"; export { register } from "./Voxa-Dashbot"; declare module "voxa" { interface IVoxaEvent { dashbot?: IDashbot; } }