refactor: update payment types and user interface, enhance error handling, and adjust API base URL
This commit is contained in:
Vendored
+2
@@ -16,6 +16,8 @@ declare module "next-auth" {
|
||||
username?: string;
|
||||
user_permissions?: { id: number; name: string }[];
|
||||
id_card?: string;
|
||||
mobile?: string;
|
||||
wallet_balance?: number;
|
||||
first_name?: string;
|
||||
last_name?: string;
|
||||
last_login?: string;
|
||||
|
||||
Reference in New Issue
Block a user