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>
Этот коммит содержится в:
Hideaki Matsunami
2023-07-06 05:43:04 +09:00
коммит произвёл GitHub
родитель 5779bd49d5
Коммит 3f7efe2df8

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

@@ -141,7 +141,8 @@ export type AppExpandLevel = ''
| 'summary'
| '+summary'
| 'all'
| '+all';
| '+all'
| 'id';
export type AppExpand = {
app?: AppExpandLevel;