webapp/platform/types : Add 'acting_user_access_token' type to AppExpand (#23496)

Этот коммит содержится в:
Hideaki Matsunami
2023-05-26 20:17:56 +09:00
коммит произвёл GitHub
родитель b56b648b53
Коммит 0a897220a7

Просмотреть файл

@@ -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;