[O] Specify type for id and info

This commit is contained in:
Hykilpikonna
2019-12-21 13:24:22 -05:00
parent 4938b2a72a
commit 7581ea016e
+2 -2
View File
@@ -75,12 +75,12 @@ export default class NavController
window.scrollTo(0, 0); window.scrollTo(0, 0);
} }
get id() get id(): string
{ {
return this.index.identifier return this.index.identifier
} }
get info() get info(): any
{ {
return this.index.info return this.index.info
} }