UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

15 lines 590 B
import PeriodBasedReport from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; class SpoReportActivityFileCountsCommand extends PeriodBasedReport { get name() { return commands.REPORT_ACTIVITYFILECOUNTS; } get usageEndpoint() { return 'getSharePointActivityFileCounts'; } get description() { return 'Gets the number of unique, licensed users who interacted with files stored on SharePoint sites'; } } export default new SpoReportActivityFileCountsCommand(); //# sourceMappingURL=report-activityfilecounts.js.map