Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
Exclude
Type alias Exclude<T, U>
Exclude
<
T
,
U
>
:
T
extends
U
?
never
:
T
Exclude from T those types that are assignable to U
Type Parameters
T
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc
Exclude from T those types that are assignable to U