FeaturesUpdatePhraseListResponse type
包含 updatePhraseList 作業的響應數據。
type FeaturesUpdatePhraseListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}