mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(editor): Add missing interface IUserListAction (no-changelog) (#6241)
This commit is contained in:
committed by
GitHub
parent
1626782880
commit
2a20a19dc0
@@ -587,6 +587,12 @@ export interface IVersionNotificationSettings {
|
||||
infoUrl: string;
|
||||
}
|
||||
|
||||
export interface IUserListAction {
|
||||
label: string;
|
||||
value: string;
|
||||
guard?: (user: IUser) => boolean;
|
||||
}
|
||||
|
||||
export interface IN8nPrompts {
|
||||
message: string;
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user