fx-flow v0.7.0 / pipe/strict / 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
• K extends keyof T
Source
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts:1599