ProductsListDetailsResponse type
Содержит данные ответа для операции listDetails.
type ProductsListDetailsResponse = ExtendedProduct & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedProduct
}
}