UNPKG

@odata2ts/odata-query-objects

Version:

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

11 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QInt64V2Param = void 0; const QStringNumberV2Param_1 = require("./QStringNumberV2Param"); class QInt64V2Param extends QStringNumberV2Param_1.QStringNumberV2Param { getTypeSuffix() { return "L"; } } exports.QInt64V2Param = QInt64V2Param; //# sourceMappingURL=QInt64V2Param.js.map