Freigeben über


ConfigurationSettingParam type

Erforderliche Felder zum Aktualisieren oder Erstellen einer neuen Konfigurationseinstellung

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