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:
Hideaki Matsunami
2023-07-06 05:43:04 +09:00
committed by GitHub
parent 5779bd49d5
commit 3f7efe2df8

View File

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