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

This commit is contained in:
Hideaki Matsunami
2023-05-26 20:17:56 +09:00
committed by GitHub
parent b56b648b53
commit 0a897220a7

View File

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