mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Fix some issues with Zulip
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
export interface IUser {
|
||||
client_gravatar?: boolean;
|
||||
include_custom_profile_fields?: boolean;
|
||||
full_name?: string;
|
||||
is_admin?: boolean;
|
||||
is_guest?: boolean;
|
||||
profile_data?: [{}];
|
||||
email?: string;
|
||||
password?: string;
|
||||
short_name?: string;
|
||||
}
|
||||
client_gravatar?: boolean;
|
||||
include_custom_profile_fields?: boolean;
|
||||
full_name?: string;
|
||||
is_admin?: boolean;
|
||||
is_guest?: boolean;
|
||||
profile_data?: [{}];
|
||||
email?: string;
|
||||
password?: string;
|
||||
short_name?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user