共用方式為


ProductsGetProductResponse type

包含 getProduct 作業的響應數據。

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