forked from Ivasoft/mattermost-mobile
Link to autocomplete component and fix issues
This commit is contained in:
10
types/api/apps.d.ts
vendored
10
types/api/apps.d.ts
vendored
@@ -178,11 +178,11 @@ type AppField = {
|
||||
};
|
||||
|
||||
type AutocompleteSuggestion = {
|
||||
suggestion: string;
|
||||
complete: string;
|
||||
description?: string;
|
||||
hint?: string;
|
||||
iconData?: string;
|
||||
Suggestion: string;
|
||||
Complete: string;
|
||||
Description: string;
|
||||
Hint: string;
|
||||
IconData: string;
|
||||
};
|
||||
|
||||
type AutocompleteSuggestionWithComplete = AutocompleteSuggestion & {
|
||||
|
||||
Reference in New Issue
Block a user