fix: ajuste

This commit is contained in:
marcio 2025-12-11 14:58:57 -03:00
parent e1694195cc
commit d0d99faa50
6 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ export enum operadores {
"<=" = "<=",
like = "like",
in = "in",
isNull = "isnull",
isNull = "isNull",
}
export type tipoFiltro = {