Documentation
Preparing search index...
@waku/interfaces
ThisOrThat
Type Alias ThisOrThat<SK, SV, EK, EV>
ThisOrThat
:
|
{
[
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
Inherited
Theme
OS
Light
Dark
Documentation
Loading...