mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -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,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-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
|
||||
installClassicPluginDeps: (deps: string[]) => Promise<any>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue