This commit is contained in:
Luiz Silva 2026-02-12 18:35:08 -03:00
parent 8ad8238f06
commit 2e36029ae6
6 changed files with 4 additions and 11 deletions

View file

@ -138,7 +138,6 @@ export type tipoEliTabelaConsulta<T> = {
}[];
filtroAvancado?: {
rotulo: string,
coluna: keyof T,
operador: operadores | keyof typeof operadores,
entrada: ComponenteEntrada