@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
12 lines • 582 B
JavaScript
const prefix = 'onedrive';
export default {
LIST: `${prefix} list`,
REPORT_ACTIVITYFILECOUNTS: `${prefix} report activityfilecounts`,
REPORT_ACTIVITYUSERCOUNTS: `${prefix} report activityusercounts`,
REPORT_ACTIVITYUSERDETAIL: `${prefix} report activityuserdetail`,
REPORT_USAGEACCOUNTCOUNTS: `${prefix} report usageaccountcounts`,
REPORT_USAGEACCOUNTDETAIL: `${prefix} report usageaccountdetail`,
REPORT_USAGEFILECOUNTS: `${prefix} report usagefilecounts`,
REPORT_USAGESTORAGE: `${prefix} report usagestorage`
};
//# sourceMappingURL=commands.js.map