Merge pull request #778 from HaveAGitGat/variables

docs: add userVariables to interface
master
HaveAGitGat 10 months ago committed by GitHub
commit 064adb5c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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