Sdílet prostřednictvím


ConfigurationSettingResponse type

Standardní základní odpověď pro získání, odstranění nebo aktualizaci nastavení konfigurace

type ConfigurationSettingResponse<HeadersT> = ConfigurationSetting &
  HttpResponseField<HeadersT> &
  Pick<HeadersT, Exclude<keyof HeadersT, "eTag">>