mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Add moveFileAndValidate
This commit is contained in:
parent
cf1b27c26d
commit
d7c16474cf
7 changed files with 237 additions and 18 deletions
|
|
@ -114,8 +114,12 @@ export interface IpluginInputArgs {
|
|||
importFresh(path: string): any,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
axiosMiddleware: (endpoint: string, data: Record<string, unknown>) => Promise<any>,
|
||||
requireFromString: (pluginText: string, relativePath:string) => Record<string, unknown>,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
upath:any,
|
||||
requireFromString: (pluginText: string, relativePath: string) => Record<string, unknown>,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
upath: any,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
gracefulfs: any,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
mvdir: any
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue