AnswerType type
Definuje hodnoty pro AnswerType. Mezi možné hodnoty patří: WebPages, Images, SpellSuggestions, News, RelatedSearches, Videos, Computation, TimeZone
type AnswerType =
| "WebPages"
| "Images"
| "SpellSuggestions"
| "News"
| "RelatedSearches"
| "Videos"
| "Computation"
| "TimeZone"