ExamplesBatchResponse type

Contains response data for the batch operation.

type ExamplesBatchResponse = BatchLabelExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: BatchLabelExample[]
  }
}