Delen via


ConfigurationSettingParam type

Vereiste velden voor het bijwerken of maken van een nieuwe configuratie-instelling

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