次の方法で共有


ComponentSetup type

サード パーティ製コンポーネントのインストールのカスタム セットアップ。

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