up: operador isNull
This commit is contained in:
parent
59576cef8b
commit
e1694195cc
6 changed files with 11 additions and 4 deletions
|
|
@ -9,6 +9,7 @@ export enum operadores {
|
|||
"<=" = "<=",
|
||||
like = "like",
|
||||
in = "in",
|
||||
isNull = "isnull",
|
||||
}
|
||||
|
||||
export type tipoFiltro = {
|
||||
|
|
@ -38,6 +39,7 @@ export const zOperadores = z.enum([
|
|||
"<=",
|
||||
"like",
|
||||
"in",
|
||||
"isNull",
|
||||
])
|
||||
|
||||
export const zFiltro = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue