Skip to content

Commit

Permalink
refactor(app)!: Remove deprecated types (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 26, 2024
1 parent b7140a0 commit 51c0561
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,3 @@ export interface AppPlugin {
*/
removeAllListeners(): Promise<void>;
}

/**
* @deprecated Use `RestoredListenerEvent`.
* @since 1.0.0
*/
export type AppRestoredResult = RestoredListenerEvent;

/**
* @deprecated Use `URLOpenListenerEvent`.
* @since 1.0.0
*/
export type AppUrlOpen = URLOpenListenerEvent;

0 comments on commit 51c0561

Please sign in to comment.