| 3534 | type: 'NEXT'; |
| 3535 | }; |
| 3536 | interface MachineContext { |
| 3537 | eventType: MachineEvent['type']; |
| 3538 | } |
| 3539 | const machine = createMachine({ |
| 3540 | types: {} as { context: MachineContext; events: MachineEvent }, |
| 3541 | initial: 'a', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…