UNPKG

flexmonster-mongo-connector

Version:

Custom data source API implementation for MongoDB

10 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestType = void 0; exports.RequestType = { AGGREGATION_REQUEST: "aggregation", DRILLTHROUGH_REQUEST: "drillThrough", FLAT_REQUEST: "flat", MEMBERS_REQUEST: "members" }; //# sourceMappingURL=RequestType.js.map