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


FaceListGetResponse type

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

type FaceListGetResponse = FaceList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: FaceList }
}