AppsListEndpointsResponse type

Contains response data for the listEndpoints operation.

type AppsListEndpointsResponse = { [propertyName: string]: string } & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: { [propertyName: string]: string }
  }
}