Install deps if possible

This commit is contained in:
HaveAGitGat 2023-09-05 08:32:39 +01:00
parent 07f0cf7c3f
commit 4a532f6f25
5 changed files with 56 additions and 3 deletions

View file

@ -134,6 +134,7 @@ export interface IpluginInputArgs {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
axios: any,
},
installClassicPluginDeps: (deps: string[]) => void,
}
export interface IflowTemplate {