From 13cc0d0e4b6487e6cd929b72ce545df92a9f6e4b Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:36:34 +0000 Subject: [PATCH] docs: add userVariables to interface --- FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts index 80fbb35..80175aa 100644 --- a/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts +++ b/FlowPluginsTs/FlowHelpers/1.0.0/interfaces/interfaces.ts @@ -128,6 +128,10 @@ export interface IpluginInputArgs { // eslint-disable-next-line @typescript-eslint/no-explicit-any librarySettings: any, inputs: Record, + userVariables: { + global: Record, + library: Record, + }, jobLog: Ilog, workDir: string, platform: string,