mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
user interface, user data handling logic
This commit is contained in:
11
packages/nodes-base/nodes/Zulip/UserInterface.ts
Normal file
11
packages/nodes-base/nodes/Zulip/UserInterface.ts
Normal file
@@ -0,0 +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;
|
||||
}
|
||||
Reference in New Issue
Block a user