SolutionsListBySubscriptionResponse type

Contains response data for the listBySubscription operation.

type SolutionsListBySubscriptionResponse = SolutionPropertiesList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SolutionPropertiesList
  }
}