Skip to content
Version: xstate@5.0.0

Compute type​

Signature:

export type Compute<A extends any> = {
[K in keyof A]: A[K];
} & unknown;