FeaturesGetPhraseListResponse type
Contains response data for the getPhraseList operation.
type FeaturesGetPhraseListResponse = PhraseListFeatureInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PhraseListFeatureInfo
}
}