chore: Add installCommand property to Script interface

This commit is contained in:
Bram Suurd
2024-08-16 01:17:01 +02:00
parent c23102220a
commit 7148fd50db

View File

@@ -11,6 +11,7 @@ export interface Script {
id: string;
item_type: string;
interface: string;
installCommand: string;
port: number;
post_install: string;
default_cpu: string;