@bipsync/ews-javascript-api
Version:
EWS Managed api in JavaScript
14 lines (13 loc) • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Represents the keyword statistics result.
*
* @sealed
*/
var KeywordStatisticsSearchResult = (function () {
function KeywordStatisticsSearchResult() {
}
return KeywordStatisticsSearchResult;
}());
exports.KeywordStatisticsSearchResult = KeywordStatisticsSearchResult;