SettingsListResponse type

Contains response data for the list operation.

type SettingsListResponse = AppVersionSettingObject[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AppVersionSettingObject[]
  }
}