UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

7 lines 208 B
import Command from '../../Command.js'; export default class PlannerCommand extends Command { get resource() { return 'https://tasks.office.com'; } } //# sourceMappingURL=PlannerCommand.js.map