docs: add userVariables to interface

master
HaveAGitGat 10 months ago
parent 50dc9f2fca
commit 13cc0d0e4b

@ -128,6 +128,10 @@ export interface IpluginInputArgs {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
librarySettings: any,
inputs: Record<string, unknown>,
userVariables: {
global: Record<string, string>,
library: Record<string, string>,
},
jobLog: Ilog,
workDir: string,
platform: string,

Loading…
Cancel
Save