diff --git a/packages/consts/src/consts.ts b/packages/consts/src/consts.ts index 62a6333c..eec34e8d 100644 --- a/packages/consts/src/consts.ts +++ b/packages/consts/src/consts.ts @@ -22,6 +22,7 @@ export const ACTOR_EVENT_NAMES = { MIGRATING: 'migrating', PERSIST_STATE: 'persistState', ABORTING: 'aborting', + TIMING_OUT: 'timingOut', } as const; /**