mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Update interfaces.ts
This commit is contained in:
parent
b95728ad67
commit
a83cde83d3
1 changed files with 6 additions and 2 deletions
|
|
@ -77,7 +77,8 @@ export interface IffmpegCommand {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Ivariables {
|
export interface Ivariables {
|
||||||
ffmpegCommand: IffmpegCommand
|
ffmpegCommand: IffmpegCommand,
|
||||||
|
flowFailed: boolean,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IpluginOutputArgs {
|
export interface IpluginOutputArgs {
|
||||||
|
|
@ -133,8 +134,11 @@ export interface IpluginInputArgs {
|
||||||
mvdir: any,
|
mvdir: any,
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
axios: any,
|
axios: any,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
crudTransDBN: (collection: string, mode: string, docID: string, obj: any)=> any,
|
||||||
},
|
},
|
||||||
installClassicPluginDeps: (deps: string[]) => void,
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
installClassicPluginDeps: (deps: string[]) => Promise<any>,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IflowTemplate {
|
export interface IflowTemplate {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue