diff --git a/webapp/platform/types/src/apps.ts b/webapp/platform/types/src/apps.ts index 7ff3c8afd5..f273be012d 100644 --- a/webapp/platform/types/src/apps.ts +++ b/webapp/platform/types/src/apps.ts @@ -141,7 +141,8 @@ export type AppExpandLevel = '' | 'summary' | '+summary' | 'all' -| '+all'; +| '+all' +| 'id'; export type AppExpand = { app?: AppExpandLevel;