added loan popout

This commit was merged in pull request #64.
This commit is contained in:
victorAnumudu
2024-08-05 16:27:44 +01:00
parent 22814f7e10
commit 9c8e7dada4
6 changed files with 263 additions and 95 deletions
+7 -2
View File
@@ -19,9 +19,14 @@ export interface User {
export type PendingTableList = {
status?: string | boolean;
status?: string | boolean
application_uid?: string
added?: string
loan_amount?: string
payment_month?: string
payment_month?: string
status_text?: {
text?: string
button?: boolean
advise?: string
}
}[];