diff --git a/packages/core/src/StateMachine.ts b/packages/core/src/StateMachine.ts index 6d30c8f5a1..3d7fa7cb32 100644 --- a/packages/core/src/StateMachine.ts +++ b/packages/core/src/StateMachine.ts @@ -615,18 +615,4 @@ export class StateMachine< return restoredSnapshot; } - - /** - * @deprecated an internal property that was acting as a "phantom" type, it's not used by anything right now but it's kept around for compatibility reasons - **/ - __TResolvedTypesMeta!: ResolvedStateMachineTypes< - DoNotInfer, - DoNotInfer, - TActor, - TAction, - TGuard, - TDelay, - TTag, - TEmitted - >; }