LocationsGetCapabilityResponse type

Contains response data for the getCapability operation.

type LocationsGetCapabilityResponse = CapabilityInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CapabilityInformation
  }
}