Skip to content

Commit 51c0561

Browse files
authored
refactor(app)!: Remove deprecated types (#2263)
1 parent b7140a0 commit 51c0561

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/src/definitions.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,3 @@ export interface AppPlugin {
275275
*/
276276
removeAllListeners(): Promise<void>;
277277
}
278-
279-
/**
280-
* @deprecated Use `RestoredListenerEvent`.
281-
* @since 1.0.0
282-
*/
283-
export type AppRestoredResult = RestoredListenerEvent;
284-
285-
/**
286-
* @deprecated Use `URLOpenListenerEvent`.
287-
* @since 1.0.0
288-
*/
289-
export type AppUrlOpen = URLOpenListenerEvent;

0 commit comments

Comments
 (0)