Qonto home page
Search...
⌘K
Ask AI
Integrations
Developer Portal
Developer Portal
Search...
Navigation
Introduction
Qonto Embed
Get Started
API Reference
SDK & libraries
Support
Security & Compliance
SDKs & Libraries
Overview
Getting started
Namespaces
Types
Guides
On this page
Type Alias: Exclude<T, U>
Type Parameters
T
U
Exclude
@qonto/embed-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
T
U
U
Was this page helpful?
Yes
No
Assistant
Responses are generated using AI and may contain mistakes.