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: Pick<T, K>
Type Parameters
T
K
Pick
@qonto/embed-sdk
/
<internal>
/ Pick
Type Alias: Pick<T, K>
Pick
<
T
,
K
> =
{ [P in K]: T[P] }
From T, pick a set of properties whose keys are in the union K
Type Parameters
T
T
K
K
extends
keyof
T
Was this page helpful?
Yes
No
Assistant
Responses are generated using AI and may contain mistakes.