-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create a deprecated type acting as an alias
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
libs/integration-interface/src/lib/topics/events/v1/navigated-event-payload.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export type NavigatedEventPayload = { | ||
url: string | undefined | ||
isFirst: boolean | ||
history: string[] | ||
} | ||
|
||
/** | ||
* @deprecated Replace with NavigatedEventPayload | ||
*/ | ||
export type PayloadNavigatedEvent = NavigatedEventPayload |
5 changes: 0 additions & 5 deletions
5
libs/integration-interface/src/lib/topics/events/v1/payload-navigated-event.ts
This file was deleted.
Oops, something went wrong.