forked from Ivasoft/mattermost-mobile
Add command autocomplete
This commit is contained in:
2
types/api/apps.d.ts
vendored
2
types/api/apps.d.ts
vendored
@@ -179,7 +179,7 @@ type AppField = {
|
||||
|
||||
type AutocompleteSuggestion = {
|
||||
suggestion: string;
|
||||
complete?: string;
|
||||
complete: string;
|
||||
description?: string;
|
||||
hint?: string;
|
||||
iconData?: string;
|
||||
|
||||
1
types/api/integrations.d.ts
vendored
1
types/api/integrations.d.ts
vendored
@@ -19,6 +19,7 @@ type Command = {
|
||||
'display_name': string;
|
||||
'description': string;
|
||||
'url': string;
|
||||
'autocomplete_icon_data'?: string;
|
||||
};
|
||||
|
||||
type CommandArgs = {
|
||||
|
||||
Reference in New Issue
Block a user