feat: include proxy url, username & password in UserAttributes
This commit is contained in:
@@ -6,6 +6,9 @@ interface UserAttributes {
|
|||||||
email: string;
|
email: string;
|
||||||
password: string;
|
password: string;
|
||||||
api_key?: string | null;
|
api_key?: string | null;
|
||||||
|
proxy_url?: string | null;
|
||||||
|
proxy_username?: string | null;
|
||||||
|
proxy_password?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Optional fields for creating a new user
|
// Optional fields for creating a new user
|
||||||
|
|||||||
Reference in New Issue
Block a user