AnswerType type
Definisce i valori per AnswerType. I valori possibili includono: 'WebPages', 'Images', 'SpellSuggestions', 'News', 'RelatedSearches', 'Videos', 'Computation', 'TimeZone'
type AnswerType =
| "WebPages"
| "Images"
| "SpellSuggestions"
| "News"
| "RelatedSearches"
| "Videos"
| "Computation"
| "TimeZone"