You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/Navigation/types.ts
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -478,8 +478,10 @@ type SettingsNavigatorParamList = {
478
478
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
484
+
backTo?: Routes;
483
485
};
484
486
[SCREENS.WORKSPACE.DISTANCE_RATE_DETAILS]: {
485
487
policyID: string;
@@ -554,10 +556,12 @@ type SettingsNavigatorParamList = {
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
564
+
backTo?: Routes;
561
565
parentTagsFilter?: string;
562
566
};
563
567
[SCREENS.WORKSPACE.TAG_LIST_VIEW]: {
@@ -576,9 +580,11 @@ type SettingsNavigatorParamList = {
576
580
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
587
+
backTo?: Routes;
582
588
};
583
589
[SCREENS.WORKSPACE.TAG_EDIT]: {
584
590
policyID: string;
@@ -587,10 +593,12 @@ type SettingsNavigatorParamList = {
587
593
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
601
+
backTo?: Routes;
594
602
};
595
603
[SCREENS.WORKSPACE.TAG_APPROVER]: {
596
604
policyID: string;
@@ -611,10 +619,12 @@ type SettingsNavigatorParamList = {
611
619
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
0 commit comments