UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

14 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RetsQueryType = void 0; /** * Query type for Search request */ var RetsQueryType; (function (RetsQueryType) { /** * DMQL2 (RETS 1.5/1.7/1.7.2/1.8/1.9, CREA DDF) */ RetsQueryType["DMQL2"] = "DMQL2"; })(RetsQueryType = exports.RetsQueryType || (exports.RetsQueryType = {})); //# sourceMappingURL=RetsQueryType.js.map