Merge pull request #778 from HaveAGitGat/variables

docs: add userVariables to interface
This commit is contained in:
HaveAGitGat 2025-02-15 00:38:33 +00:00 committed by GitHub
commit 064adb5c32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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