@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 • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QSingleV2Param = void 0;
const QStringNumberV2Param_1 = require("./QStringNumberV2Param");
class QSingleV2Param extends QStringNumberV2Param_1.QStringNumberV2Param {
getTypeSuffix() {
return "f";
}
}
exports.QSingleV2Param = QSingleV2Param;
//# sourceMappingURL=QSingleV2Param.js.map