Поделиться через


FaceGroupResponse type

Содержит данные ответа для операции группы.

type FaceGroupResponse = GroupResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: GroupResult
  }
}