Udostępnij przez


ComponentSetup type

Niestandardowa konfiguracja instalowania składników innych firm.

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