ComputeVersion: xstate@5.0.0On this pageCompute type​Signature:export type Compute<A extends any> = { [K in keyof A]: A[K];} & unknown;