mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-04 03:27:44 +00:00
feat(user): add admin topup functionality in user details page ✨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s
This commit is contained in:
@ -98,7 +98,6 @@ export interface NewPayment {
|
||||
amount: number;
|
||||
}
|
||||
|
||||
|
||||
export interface WalletTransaction {
|
||||
id: string;
|
||||
user: Pick<User, "id" | "id_card" | "mobile"> & {
|
||||
@ -109,4 +108,4 @@ export interface WalletTransaction {
|
||||
description: string;
|
||||
reference_id: string;
|
||||
created_at: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user