ProductsListDetailsResponse type
Contains response data for the listDetails operation.
type ProductsListDetailsResponse = ExtendedProduct & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedProduct
}
}