Set Flow Variable

This commit is contained in:
HaveAGitGat 2024-05-09 08:17:53 +01:00
parent 1746d61f70
commit 34a3720c15
2 changed files with 95 additions and 1 deletions

View file

@ -98,7 +98,7 @@ export interface IffmpegCommand {
export interface Ivariables {
ffmpegCommand: IffmpegCommand,
flowFailed: boolean,
inFlow: Record<string, string>,
user: Record<string, string>,
}
export interface IpluginOutputArgs {