diff --git a/src/libs/Navigation/types.ts b/src/libs/Navigation/types.ts index d39511e7df10..1f1e7ec9a459 100644 --- a/src/libs/Navigation/types.ts +++ b/src/libs/Navigation/types.ts @@ -360,12 +360,6 @@ type MoneyRequestNavigatorParamList = { iouType: string; reportID: string; }; - [SCREENS.MONEY_REQUEST.CURRENCY]: { - iouType: string; - reportID: string; - currency: string; - backTo: Routes; - }; [SCREENS.MONEY_REQUEST.STEP_DATE]: { action: ValueOf; iouType: ValueOf;