Share via


SettingsListResponse type

包含清單作業的回應資料。

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