UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

9 lines (8 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GraphEndpoints; (function (GraphEndpoints) { GraphEndpoints["ME"] = "me"; GraphEndpoints["USERS"] = "users/"; GraphEndpoints["GROUPS"] = "groups/"; })(GraphEndpoints = exports.GraphEndpoints || (exports.GraphEndpoints = {}));