ComponentSetup type

타사 구성 요소를 설치하는 사용자 지정 설정입니다.

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