共用方式為


AppsListEndpointsResponse type

包含 listEndpoints 作業的回應資料。

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