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


ProductsListResponse type

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

type ProductsListResponse = ProductList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProductList
  }
}