@conciergus/chat - v0.3.1
Preparing search index...
index
OmitByType
Type Alias OmitByType<T, U>
OmitByType
:
{
[
K
in
keyof
T
as
T
[
K
]
extends
U
?
never
:
K
]
:
T
[
K
]
}
Omit properties that are of a specific type
Type Parameters
T
U
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@conciergus/chat - v0.3.1
Loading...
Omit properties that are of a specific type