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: Omit<T, K>
Type Parameters
T
K
Omit
@qonto/embed-sdk
/
<internal>
/ Omit
Type Alias: Omit<T, K>
Omit
<
T
,
K
> =
Pick
<
T
,
Exclude
<keyof
T
,
K
>>
Construct a type with the properties of T except for those in type K.
Type Parameters
T
T
K
K
extends
keyof
any
Was this page helpful?
Yes
No
Assistant
Responses are generated using AI and may contain mistakes.