Compartir a través de


ConfigurationSettingResponse type

Standard base response for getting, deleting or updating a configuration setting

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