fix: refactor application event observing on web
This commit is contained in:
7
packages/ui-services/src/Route/RouteServiceInterface.ts
Normal file
7
packages/ui-services/src/Route/RouteServiceInterface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { RouteParserInterface } from './RouteParserInterface'
|
||||
|
||||
export interface RouteServiceInterface {
|
||||
deinit(): void
|
||||
getRoute(): RouteParserInterface
|
||||
removeSettingsFromURLQueryParameters(): void
|
||||
}
|
||||
Reference in New Issue
Block a user