Skip to content

Commit

Permalink
migrate to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
eucool committed Mar 24, 2024
1 parent dcab8c7 commit b40f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepScan/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type SCREENS from '@src/SCREENS';
import type * as OnyxTypes from '@src/types/onyx';

type IOURequestStepProps = {
route: RouteProp<MoneyRequestNavigatorParamList, typeof SCREENS.MONEY_REQUEST.SCAN_TAB>;
route: RouteProp<MoneyRequestNavigatorParamList, typeof SCREENS.MONEY_REQUEST.STEP_SCAN>;
report: OnyxTypes.Report;
transaction: OnyxTypes.Transaction;
};
Expand Down

0 comments on commit b40f90a

Please sign in to comment.