mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
webapp/platform/types : Add 'acting_user_access_token' type to AppExpand (#23496)
This commit is contained in:
parent
b56b648b53
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user