FaceListListResponse type

Contains response data for the list operation.

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