added loan popout
This commit was merged in pull request #64.
This commit is contained in:
+7
-2
@@ -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
|
||||
}
|
||||
}[];
|
||||
Reference in New Issue
Block a user