Freigeben über


ComponentSetup type

Das benutzerdefinierte Setup der Installation von Drittanbieterkomponenten.

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