From 5dda3d7661996879c8ae04a14af4f9892f1c766c Mon Sep 17 00:00:00 2001
From: crazywoola
Date: Fri, 19 May 2023 11:26:40 +0800
Subject: [PATCH] feat: add missing types
---
web/types/app.ts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/web/types/app.ts b/web/types/app.ts
index 33ff1d5c67..a16bd92469 100644
--- a/web/types/app.ts
+++ b/web/types/app.ts
@@ -190,6 +190,12 @@ export type App = {
id: string
/** Name */
name: string
+
+ /** Icon */
+ icon: string
+ /** Icon Background */
+ icon_background: string
+
/** Mode */
mode: AppMode
/** Enable web app */