feat: add missing types

This commit is contained in:
crazywoola 2023-05-19 11:26:40 +08:00
parent c39d19f492
commit 5dda3d7661
1 changed files with 6 additions and 0 deletions

View File

@ -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 */