UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

15 lines 587 B
import PeriodBasedReport from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; class M365GroupReportActivityStorageCommand extends PeriodBasedReport { get name() { return commands.M365GROUP_REPORT_ACTIVITYSTORAGE; } get description() { return 'Get the total storage used across all group mailboxes and group sites'; } get usageEndpoint() { return 'getOffice365GroupsActivityStorage'; } } export default new M365GroupReportActivityStorageCommand(); //# sourceMappingURL=m365group-report-activitystorage.js.map