mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
docs: add userVariables to interface
This commit is contained in:
parent
50dc9f2fca
commit
13cc0d0e4b
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue