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


FaceListListResponse type

Содержит данные ответа для операции со списком.

type FaceListListResponse = FaceList[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FaceList[]
  }
}