We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc557e commit 42a68dfCopy full SHA for 42a68df
packages/core/state.ts
@@ -10,7 +10,7 @@ import {
10
} from 'xstate'
11
12
export type Machines<G extends Graph<G>> = {
13
- [N in keyof G['nouns']]: StateMachine<any, any, any, any, any, any, any, any, any>
+ [N in keyof G['nouns']]: Partial<StateMachine<any, any, any, any, any, any, any, any, any>>
14
}
15
16
export type Context<G extends Graph<G>, N extends keyof G['nouns']> = MachineContext
0 commit comments