Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
ThisOrThat
Type alias ThisOrThat<SK, SV, EK, EV>
This
Or
That
<
SK
,
SV
,
EK
,
EV
>
:
{
[
key
in
SK
]
:
SV
}
&
{
[
key
in
EK
]
:
null
}
|
{
[
key
in
SK
]
:
null
}
&
{
[
key
in
EK
]
:
EV
}
Type Parameters
SK
extends
string
SV
EK
extends
string
=
"error"
EV
=
ProtocolError
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
Loading...