共用方式為


ComponentSetup type

安裝第三方元件的自定義設定。

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