AppsGetSettingsResponse type

Contains response data for the getSettings operation.

type AppsGetSettingsResponse = ApplicationSettings & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationSettings
  }
}