Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
client_types
ReturnBoolExp
Interface ReturnBoolExp<T>
interface
ReturnBoolExp
<
T
>
{
_and
?:
T
[]
;
_not
?:
T
;
_or
?:
T
[]
;
relation
:
string
;
return
?:
{
[
key
:
string
]
:
ReturnBoolExp
;
}
;
table
?:
string
;
[
key
:
string
]
:
any
;
}
Type Parameters
T
=
any
Hierarchy (
view full
)
BoolExp
<
T
>
ReturnBoolExp
Indexable
[
key
:
string
]:
any
Index
Properties
_and?
_not?
_or?
relation
return?
table?
Properties
Optional
_and
_and
?:
T
[]
Optional
_not
_not
?:
T
Optional
_or
_or
?:
T
[]
relation
relation
:
string
Optional
return
return
?:
{
[
key
:
string
]
:
ReturnBoolExp
;
}
Optional
table
table
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_and
_not
_or
relation
return
table
@deep-foundation/deeplinks
Loading...