Поделиться через


ComponentSetup type

Пользовательская настройка установки сторонних компонентов.

type ComponentSetup = CustomSetupBase & {
  componentName: string
  licenseKey?: SecretBaseUnion
  type: "ComponentSetup"
}