mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add support for key on reset action
This commit is contained in:
Vendored
+1
@@ -268,6 +268,7 @@ export interface NavigationInitAction {
|
||||
export interface NavigationResetAction {
|
||||
type?: 'Navigation/RESET',
|
||||
index: number,
|
||||
key?: string | null,
|
||||
actions: NavigationNavigateAction[],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user