refactor: apply review suggestions

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2025-08-08 10:20:38 +02:00
parent 8e21c4d993
commit 18509cea1d
7 changed files with 41 additions and 37 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ export interface AppNodeSpec {
// (undocumented)
readonly id: string;
// (undocumented)
readonly plugin?: FrontendPlugin;
readonly plugin: FrontendPlugin;
}
// @public