From ef0aef8c0ecf554d0904bdaba616844a58909119 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:16:23 +0100 Subject: [PATCH] Update inferfaces --- FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts index f85e80c..1fdf402 100644 --- a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts +++ b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts @@ -101,6 +101,7 @@ export interface Ivariables { flowFailed: boolean, user: Record, healthCheck?: 'Success', + queueTags?: string, } export interface IpluginOutputArgs { @@ -126,6 +127,7 @@ export interface IpluginInputArgs { originalLibraryFile: IFileObject, nodeHardwareType: string, workerType: string, + nodeTags?: string, // eslint-disable-next-line @typescript-eslint/no-explicit-any config: any, job: Ijob,