From 7148fd50db50e097fceea640303cd2e0eec86105 Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Fri, 16 Aug 2024 01:17:01 +0200 Subject: [PATCH] chore: Add installCommand property to Script interface --- src/lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/types.ts b/src/lib/types.ts index 776b33a..653a9f9 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -11,6 +11,7 @@ export interface Script { id: string; item_type: string; interface: string; + installCommand: string; port: number; post_install: string; default_cpu: string;