const device = require('./device')
const authorizeMany = require('./authorizeMany')

/**
 * @namespace nexus.user.pusher.subscriptions
 */

module.exports = {
  authorizeMany,
  device,
}