Aracılığıyla paylaş


ProductsGetProductResponse type

getProduct işlemi için yanıt verilerini içerir.

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