mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -07:00
Update interfaces.ts
This commit is contained in:
parent
6b1157763f
commit
45e833d285
1 changed files with 6 additions and 0 deletions
|
|
@ -136,6 +136,12 @@ export interface IpluginInputArgs {
|
||||||
axios: any,
|
axios: any,
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
crudTransDBN: (collection: string, mode: string, docID: string, obj: any)=> any,
|
crudTransDBN: (collection: string, mode: string, docID: string, obj: any)=> any,
|
||||||
|
configVars:{
|
||||||
|
config:{
|
||||||
|
serverIP: string,
|
||||||
|
serverPort: string,
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
installClassicPluginDeps: (deps: string[]) => Promise<any>,
|
installClassicPluginDeps: (deps: string[]) => Promise<any>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue