Add script status to sidebar and title

This commit is contained in:
Sam Heinz
2025-01-09 21:33:11 +10:00
parent 19aa2a50a2
commit db714e86ea
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ export type Script = {
type: keyof typeof AlertColors;
},
];
status: string;
};
export type Category = {