mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-18 03:36:26 -07:00
Init flow plugins
This commit is contained in:
parent
92f97a8c81
commit
7521d7eef0
67 changed files with 4765 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
interface Ijob {
|
||||
version: string,
|
||||
footprintId: string,
|
||||
jobId: string,
|
||||
start: number,
|
||||
type: string,
|
||||
fileId: string
|
||||
}
|
||||
|
||||
export default Ijob;
|
||||
Loading…
Add table
Add a link
Reference in a new issue