ProductsListDetailsResponse type
listDetails işlemi için yanıt verilerini içerir.
type ProductsListDetailsResponse = ExtendedProduct & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExtendedProduct
}
}