Bagikan melalui


ProductsGetProductsResponse type

Berisi data respons untuk operasi getProducts.

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