@raona/sp
Version:
Raona utilities to work with Sharepoint using pnp/sp
9 lines (8 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var GraphEndpoints;
(function (GraphEndpoints) {
GraphEndpoints["ME"] = "me";
GraphEndpoints["USERS"] = "users/";
GraphEndpoints["GROUPS"] = "groups/";
})(GraphEndpoints = exports.GraphEndpoints || (exports.GraphEndpoints = {}));