Bagikan melalui


ComponentSetup type

Penyiapan kustom menginstal komponen pihak ke-3.

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