feat: include proxy url, username & password in UserAttributes

This commit is contained in:
karishmas6
2024-10-02 22:33:46 +05:30
parent 748a7ec1c2
commit 19f1f3c989

View File

@@ -6,6 +6,9 @@ interface UserAttributes {
email: string;
password: string;
api_key?: string | null;
proxy_url?: string | null;
proxy_username?: string | null;
proxy_password?: string | null;
}
// Optional fields for creating a new user