Add Create Low Resolution Video Copies

This commit is contained in:
HaveAGitGat 2023-08-29 18:33:54 +01:00
parent a7d262f39c
commit 4b9bfa38d2
5 changed files with 829 additions and 3 deletions

View file

@ -123,3 +123,13 @@ export interface IpluginInputArgs {
mvdir: any
},
}
export interface IflowTemplate {
name: string,
description: string,
tags: string,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
flowPlugins:any[],
// eslint-disable-next-line @typescript-eslint/no-explicit-any
flowEdges: any[],
}