mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -07:00
Update inferfaces
This commit is contained in:
parent
a7a06808db
commit
ef0aef8c0e
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ export interface Ivariables {
|
||||||
flowFailed: boolean,
|
flowFailed: boolean,
|
||||||
user: Record<string, string>,
|
user: Record<string, string>,
|
||||||
healthCheck?: 'Success',
|
healthCheck?: 'Success',
|
||||||
|
queueTags?: string,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IpluginOutputArgs {
|
export interface IpluginOutputArgs {
|
||||||
|
|
@ -126,6 +127,7 @@ export interface IpluginInputArgs {
|
||||||
originalLibraryFile: IFileObject,
|
originalLibraryFile: IFileObject,
|
||||||
nodeHardwareType: string,
|
nodeHardwareType: string,
|
||||||
workerType: string,
|
workerType: string,
|
||||||
|
nodeTags?: string,
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
config: any,
|
config: any,
|
||||||
job: Ijob,
|
job: Ijob,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue