مشاركة عبر


ComponentSetup type

الإعداد المخصص لتثبيت مكونات الجهات الخارجية.

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