The createAccount operation has the following input and output:
- Input - inputCustomer with Customer type
- Input - inputAccount with BankAccount type
- Output - outputAccount with BankAccount type
Follow these steps to add the createAccount operation
to the Bank interface: