Sdílet prostřednictvím


ConfigurationSettingParam type

Potřebná pole pro aktualizaci nebo vytvoření nového nastavení konfigurace

type ConfigurationSettingParam<T> = ConfigurationSettingId & {
  contentType?: string
  tags?: { [propertyName: string]: string }
} & (T extends string ? { value?: string } : { value: T })