UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

16 lines 692 B
import PeriodBasedReport, { periodBasedReportOptions } from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; export const options = periodBasedReportOptions; class OutlookReportMailAppUsageVersionsUserCountsCommand extends PeriodBasedReport { get name() { return commands.REPORT_MAILAPPUSAGEVERSIONSUSERCOUNTS; } get usageEndpoint() { return 'getEmailAppUsageVersionsUserCounts'; } get description() { return 'Gets the count of unique users by Outlook desktop version.'; } } export default new OutlookReportMailAppUsageVersionsUserCountsCommand(); //# sourceMappingURL=report-mailappusageversionsusercounts.js.map