Dela via


ProductsGetProductsResponse type

Innehåller svarsdata för åtgärden getProducts.

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