Sdílet prostřednictvím


ComponentSetup type

Vlastní nastavení instalace komponent třetích stran.

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