Preparing search index...
The search index is not available
LISN.js
LISN.js
Types
OnlyOneOf
Type Alias OnlyOneOf<T, U>
OnlyOneOf
:
|
{
[
P
in
keyof
T
]
:
T
[
P
]
}
&
{
[
P
in
keyof
U
]
?:
never
}
|
{
[
P
in
keyof
U
]
:
U
[
P
]
}
&
{
[
P
in
keyof
T
]
?:
never
}
Type Parameters
T
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LISN.js
Loading...