mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
types: Add 'id' to AppExpandLevel (#23813)
Added properties that were omitted from the implementation. ref: https://github.com/mattermost/mattermost/issues/23512 Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
committed by
GitHub
parent
5779bd49d5
commit
3f7efe2df8
@@ -141,7 +141,8 @@ export type AppExpandLevel = ''
|
||||
| 'summary'
|
||||
| '+summary'
|
||||
| 'all'
|
||||
| '+all';
|
||||
| '+all'
|
||||
| 'id';
|
||||
|
||||
export type AppExpand = {
|
||||
app?: AppExpandLevel;
|
||||
|
||||
Reference in New Issue
Block a user