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

@ -47,7 +47,7 @@ declare enum operadores {
"<=" = "<=",
like = "like",
in = "in",
isNull = "isnull"
isNull = "isNull"
}
type tipoFiltro = {
coluna: string;