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


ProductsGetProductResponse type

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

type ProductsGetProductResponse = Product & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Product }
}