From b40f90a6f6e88499c9fb9ba65475004099b6ce12 Mon Sep 17 00:00:00 2001 From: Riya Shete Date: Mon, 25 Mar 2024 03:23:31 +0530 Subject: [PATCH] migrate to typescript --- src/pages/iou/request/step/IOURequestStepScan/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/request/step/IOURequestStepScan/types.ts b/src/pages/iou/request/step/IOURequestStepScan/types.ts index 2ec0e707609f..9aa219f1eb87 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/types.ts +++ b/src/pages/iou/request/step/IOURequestStepScan/types.ts @@ -4,7 +4,7 @@ import type SCREENS from '@src/SCREENS'; import type * as OnyxTypes from '@src/types/onyx'; type IOURequestStepProps = { - route: RouteProp; + route: RouteProp; report: OnyxTypes.Report; transaction: OnyxTypes.Transaction; };