@qrvey/data-persistence
Advanced tools
Comparing version 0.0.2-4-rev-2 to 0.0.2-4-rev-3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const constants_1 = require("../utils/constants"); | ||
const VALID_SORT_DIRECTIONS = Object.values(constants_1.SORT_DIRECTIONS); | ||
//# sourceMappingURL=sortDirection.type.js.map |
@@ -68,4 +68,3 @@ interface IFilter { | ||
declare const VALID_SORT_DIRECTIONS: SORT_DIRECTIONS[]; | ||
type SortDirection = (typeof VALID_SORT_DIRECTIONS)[number]; | ||
type SortDirection = keyof typeof SORT_DIRECTIONS; | ||
@@ -72,0 +71,0 @@ interface ITableName { |
@@ -5,3 +5,3 @@ { | ||
"main": "dist/cjs/index.js", | ||
"version": "0.0.2-4-rev-2", | ||
"version": "0.0.2-4-rev-3", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100294
1340