Bagikan melalui


ProductsListDetailsResponse type

Berisi data respons untuk operasi listDetails.

type ProductsListDetailsResponse = ExtendedProduct & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExtendedProduct
  }
}