diff --git a/eshtek/apps.ts b/eshtek/apps.ts index 87ab391..ee3d768 100644 --- a/eshtek/apps.ts +++ b/eshtek/apps.ts @@ -89,11 +89,11 @@ export interface AppInfo extends AppBasics { status: AppState; url_webui: string; upgradeAvailable: boolean; - updatedScriptAvailable: boolean; latestVersion: string; recommended: boolean; } export interface AppInfoDetailed extends AppInfo { + updatedScriptAvailable: boolean; data: number[][]; }