@sysdoc/sharepoint-utils
Version:
Sysdoc's core Sharepoint utilities
12 lines (11 loc) • 363 B
JavaScript
;
/*!
* Copyright Sysdoc @ 2019
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SPQueryType = void 0;
var SPQueryType;
(function (SPQueryType) {
SPQueryType[SPQueryType["KQL"] = 1] = "KQL";
SPQueryType[SPQueryType["FQL"] = 2] = "FQL";
})(SPQueryType = exports.SPQueryType || (exports.SPQueryType = {}));