UNPKG

@kerthin/domain

Version:
25 lines 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueryOrderNumeric = exports.QueryOrder = exports.PrimaryKeyType = void 0; exports.PrimaryKeyType = Symbol('PrimaryKeyType'); var QueryOrder; (function (QueryOrder) { QueryOrder["ASC"] = "ASC"; QueryOrder["ASC_NULLS_LAST"] = "ASC NULLS LAST"; QueryOrder["ASC_NULLS_FIRST"] = "ASC NULLS FIRST"; QueryOrder["DESC"] = "DESC"; QueryOrder["DESC_NULLS_LAST"] = "DESC NULLS LAST"; QueryOrder["DESC_NULLS_FIRST"] = "DESC NULLS FIRST"; QueryOrder["asc"] = "asc"; QueryOrder["asc_nulls_last"] = "asc nulls last"; QueryOrder["asc_nulls_first"] = "asc nulls first"; QueryOrder["desc"] = "desc"; QueryOrder["desc_nulls_last"] = "desc nulls last"; QueryOrder["desc_nulls_first"] = "desc nulls first"; })(QueryOrder = exports.QueryOrder || (exports.QueryOrder = {})); var QueryOrderNumeric; (function (QueryOrderNumeric) { QueryOrderNumeric[QueryOrderNumeric["ASC"] = 1] = "ASC"; QueryOrderNumeric[QueryOrderNumeric["DESC"] = -1] = "DESC"; })(QueryOrderNumeric = exports.QueryOrderNumeric || (exports.QueryOrderNumeric = {})); //# sourceMappingURL=types.js.map