Type Alias: Pick<T, K>
Pick<From T, pick a set of properties whose keys are in the union KT,K> ={ [P in K]: T[P] }
Type Parameters
T
T
K
K extends keyof TPick<From T, pick a set of properties whose keys are in the union KT,K> ={ [P in K]: T[P] }
T
K extends keyof T