state pass
This commit is contained in:
parent
ac5a7e7427
commit
52a1f34162
2 changed files with 7 additions and 3 deletions
|
@ -43,7 +43,9 @@ export type WhereOperation =
|
|||
| "notNull" // Is not null
|
||||
| "between" // Is between
|
||||
| "startsWith" // Starts with
|
||||
| "endsWith"; // Ends with
|
||||
| "endsWith" // Ends with
|
||||
| "timespanEq"; // Date before x years (YYYY-01-01 <bis> YYYY-12-31)
|
||||
// TODO: age between | age equals | age greater | age smaller
|
||||
|
||||
export type OrderByStructure = {
|
||||
column: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue