File tree Expand file tree Collapse file tree
mobile-frontend/src/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,12 +99,13 @@ docker compose up --build
9999```
100100
101101Services:
102- | Service | URL |
103- | ----------| ------------------------|
104- | Frontend | http://localhost:80 |
105- | Backend | http://localhost:3000 |
106- | MongoDB | localhost:27017 |
107- | Redis | localhost:6379 |
102+
103+ | Service | URL |
104+ | -------- | --------------------- |
105+ | Frontend | http://localhost:80 |
106+ | Backend | http://localhost:3000 |
107+ | MongoDB | localhost:27017 |
108+ | Redis | localhost:6379 |
108109
109110### 2 · Terraform (AWS)
110111
Original file line number Diff line number Diff line change @@ -98,10 +98,7 @@ export interface LoanFilters {
9898export interface Transaction {
9999 id : string ;
100100 type :
101- | "loan_funded"
102- | "loan_repayment"
103- | "loan_application"
104- | "loan_disbursed" ;
101+ "loan_funded" | "loan_repayment" | "loan_application" | "loan_disbursed" ;
105102 amount : number ;
106103 loanId ?: string ;
107104 from ?: string ;
You can’t perform that action at this time.
0 commit comments