AppsGetPublishSettingsResponse type

Contains response data for the getPublishSettings operation.

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