Aracılığıyla paylaş


ComponentSetup type

3. taraf bileşenleri yüklemenin özel kurulumu.

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