Dela via


ComponentSetup type

Den anpassade installationen av komponenter från tredje part.

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