[O] Specify type for id and info
This commit is contained in:
@@ -75,12 +75,12 @@ export default class NavController
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
get id()
|
||||
get id(): string
|
||||
{
|
||||
return this.index.identifier
|
||||
}
|
||||
|
||||
get info()
|
||||
get info(): any
|
||||
{
|
||||
return this.index.info
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user