@chego/chego-api
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -17,2 +17,6 @@ import { QuerySyntaxEnum, SortingOrderEnum } from './enums'; | ||
}; | ||
export declare type Between = { | ||
min: number; | ||
max: number; | ||
}; | ||
export declare type Table = { | ||
@@ -19,0 +23,0 @@ name: string; |
{ | ||
"name": "@chego/chego-api", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "The API layer of Chego modules.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/api.js", |
Sorry, the diff of this file is not supported yet
60420
717