mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
docs(route): add correct interface name (#21802)
This commit is contained in:
@ -11,7 +11,7 @@ Navigation hooks can be used to perform tasks or act as navigation guards. Hooks
|
||||
## Interfaces
|
||||
|
||||
```typescript
|
||||
interface NavigationHookResult {
|
||||
interface NavigationHookOptions {
|
||||
/**
|
||||
* A valid path to redirect navigation to.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user