Interface SuggestResponse
interface SuggestResponse { results?: Record< string, { _id: string; description?: MLString; text: string; urlID: string }[], >;} Properties
Optionalresults
results?: Record< string, { _id: string; description?: MLString; text: string; urlID: string }[],>
API response from the thing suggestion endpoint.