Aracılığıyla paylaş


ProductsGetProductsResponse type

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

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