Skip to content

Commit

Permalink
Merge branch 'master' into n8n-6358-showmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed May 15, 2023
2 parents ca0b3ab + 2a20a19 commit b80f186
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/editor-ui/src/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b80f186

Please sign in to comment.