TypegenMeta.internalEvents property​
A map for the internal events of the machine.
key: 'xstate.done.actor.myActor'
value: {
type: 'xstate.done.actor.myActor';
data: unknown;
__tip: 'Declare the type in event types!';
}
Signature:
internalEvents: {};