feat: add missing types

pull/103/head
crazywoola 3 years ago
parent c39d19f492
commit 5dda3d7661

@ -190,6 +190,12 @@ export type App = {
id: string id: string
/** Name */ /** Name */
name: string name: string
/** Icon */
icon: string
/** Icon Background */
icon_background: string
/** Mode */ /** Mode */
mode: AppMode mode: AppMode
/** Enable web app */ /** Enable web app */

Loading…
Cancel
Save