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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5779bd49d5
Коммит
3f7efe2df8
@@ -141,7 +141,8 @@ export type AppExpandLevel = ''
|
||||
| 'summary'
|
||||
| '+summary'
|
||||
| 'all'
|
||||
| '+all';
|
||||
| '+all'
|
||||
| 'id';
|
||||
|
||||
export type AppExpand = {
|
||||
app?: AppExpandLevel;
|
||||
|
||||
Ссылка в новой задаче
Block a user