Delen via


FeaturesUpdatePhraseListResponse type

Bevat antwoordgegevens voor de updatePhraseList-bewerking.

type FeaturesUpdatePhraseListResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}