HomomorphicPickVersion: xstate@5.0.0On this pageHomomorphicPick type​Signature:export type HomomorphicPick<T, K extends keyof any> = { [P in keyof T as P & K]: T[P];};