Delen via


FaceListListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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