.
This commit is contained in:
parent
a6b3b14753
commit
e27bcd8e7c
14 changed files with 18 additions and 69 deletions
|
|
@ -164,9 +164,7 @@ type IsPlainObject<T> = T extends object
|
|||
============================================================================= */
|
||||
|
||||
type FiltroCampos<T> = {
|
||||
[K in keyof T]?: IsPlainObject<T[K]> extends true
|
||||
? tipoFiltro26<T[K]>
|
||||
: PgOpsFor<T[K]>
|
||||
[K in keyof T]?: IsPlainObject<T[K]> extends true ? tipoFiltro26<T[K]> : PgOpsFor<T[K]>
|
||||
}
|
||||
|
||||
/* =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue