diff --git a/src/libs/Navigation/types.ts b/src/libs/Navigation/types.ts index 7722de72645f..eda5ad01cae0 100644 --- a/src/libs/Navigation/types.ts +++ b/src/libs/Navigation/types.ts @@ -53,6 +53,7 @@ type CentralPaneNavigatorParamList = { reportActionID: string; reportID: string; openOnAdminRoom?: boolean; + referrer?: string; }; [SCREENS.SETTINGS.PROFILE.ROOT]: undefined; [SCREENS.SETTINGS.PREFERENCES.ROOT]: undefined;