Skip to content

Commit

Permalink
Add deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Sep 20, 2024
1 parent a32f1e8 commit ee56fe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/xstate-store/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ export type StoreInspectionEvent =
| StoreInspectedEventEvent
| StoreInspectedActorEvent;

/** @deprecated Use `StoreInspectionEvent` instead. */
export type InspectionEvent = StoreInspectionEvent;

interface StoreBaseInspectionEventProperties {
rootId: string; // the session ID of the root
/**
Expand Down

0 comments on commit ee56fe1

Please sign in to comment.