UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

15 lines 580 B
import PeriodBasedReport from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; class VivaEngageReportDeviceUsageUserCountsCommand extends PeriodBasedReport { get name() { return commands.ENGAGE_REPORT_DEVICEUSAGEUSERCOUNTS; } get usageEndpoint() { return 'getYammerDeviceUsageUserCounts'; } get description() { return 'Gets the number of daily users by device type'; } } export default new VivaEngageReportDeviceUsageUserCountsCommand(); //# sourceMappingURL=engage-report-deviceusageusercounts.js.map