共用方式為


ProductsGetProductsResponse type

包含 getProducts 作業的響應數據。

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