UNPKG

@bipsync/ews-javascript-api

Version:
14 lines (13 loc) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Represents the keyword statistics result. * * @sealed */ var KeywordStatisticsSearchResult = (function () { function KeywordStatisticsSearchResult() { } return KeywordStatisticsSearchResult; }()); exports.KeywordStatisticsSearchResult = KeywordStatisticsSearchResult;