# TypeScript migration Make sure you read through our TypeScript's [style guide](https://github.com/Expensify/App/blob/main/contributingGuides/TS_STYLE.md), [cheatsheet](https://github.com/Expensify/App/blob/main/contributingGuides/TS_CHEATSHEET.md) and [PropTypes conversion table](https://github.com/Expensify/App/blob/main/contributingGuides/PROPTYPES_CONVERSION_TABLE.md) before you start working on this migration issue. ### Files | Path | Dependencies | |---|---| | [src/pages/workspace/WorkspaceResetBankAccountModal.js](https://github.com/Expensify/App/blob/main/src/pages/workspace/WorkspaceResetBankAccountModal.js) | 9 | | [src/pages/ReimbursementAccount/exampleCheckImage.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/exampleCheckImage.js) | 3 | | [src/pages/ReimbursementAccount/ValidationStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/ValidationStep.js) | 31 | | [src/pages/ReimbursementAccount/StepPropTypes.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/StepPropTypes.js) | 4 | | [src/pages/ReimbursementAccount/RequestorStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/RequestorStep.js) | 19 | | [src/pages/ReimbursementAccount/RequestorOnfidoStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/RequestorOnfidoStep.js) | 17 | | [src/pages/ReimbursementAccount/ReimbursementAccountPage.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/ReimbursementAccountPage.js) | 35 | | [src/pages/ReimbursementAccount/IdentityForm.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/IdentityForm.js) | 10 | | [src/pages/ReimbursementAccount/EnableStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/EnableStep.js) | 26 | | [src/pages/ReimbursementAccount/Enable2FAPrompt.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/Enable2FAPrompt.js) | 10 | | [src/pages/ReimbursementAccount/ContinueBankAccountSetup.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/ContinueBankAccountSetup.js) | 20 | | [src/pages/ReimbursementAccount/CompanyStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/CompanyStep.js) | 27 | | [src/pages/ReimbursementAccount/BankAccountStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/BankAccountStep.js) | 29 | | [src/pages/ReimbursementAccount/BankAccountPlaidStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/BankAccountPlaidStep.js) | 21 | | [src/pages/ReimbursementAccount/BankAccountManualStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/BankAccountManualStep.js) | 21 | | [src/pages/ReimbursementAccount/AddressForm.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/AddressForm.js) | 8 | | [src/pages/ReimbursementAccount/ACHContractStep.js](https://github.com/Expensify/App/blob/main/src/pages/ReimbursementAccount/ACHContractStep.js) | 21 | <!-- END_OF_TABLE -->
TypeScript migration
Make sure you read through our TypeScript's style guide, cheatsheet and PropTypes conversion table before you start working on this migration issue.
Files