mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
👕 Fix built issue by fixing lint issues
This commit is contained in:
@@ -6,9 +6,9 @@ import {
|
||||
IDataObject,
|
||||
ILoadOptionsFunctions,
|
||||
INodeExecutionData,
|
||||
INodePropertyOptions,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
INodePropertyOptions,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
export interface IUser {
|
||||
Alias?: string;
|
||||
Department?: string;
|
||||
Division?: string;
|
||||
Email?: string;
|
||||
IsActive?: boolean;
|
||||
MobilePhone?: string;
|
||||
Title?: string;
|
||||
Username?: string;
|
||||
Alias?: string;
|
||||
Department?: string;
|
||||
Division?: string;
|
||||
Email?: string;
|
||||
IsActive?: boolean;
|
||||
MobilePhone?: string;
|
||||
Title?: string;
|
||||
Username?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user