diff --git a/webapp/platform/types/src/apps.ts b/webapp/platform/types/src/apps.ts index 98abf5b777..7ff3c8afd5 100644 --- a/webapp/platform/types/src/apps.ts +++ b/webapp/platform/types/src/apps.ts @@ -146,6 +146,7 @@ export type AppExpandLevel = '' export type AppExpand = { app?: AppExpandLevel; acting_user?: AppExpandLevel; + acting_user_access_token?: AppExpandLevel; channel?: AppExpandLevel; config?: AppExpandLevel; mentioned?: AppExpandLevel;