AppsGetPublishSettingsResponse type

包含 getPublishSettings 作業的回應資料。

type AppsGetPublishSettingsResponse = PublishSettings & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PublishSettings
  }
}