次の方法で共有


SelfHostedIntegrationRuntime type

セルフホステッド統合ランタイム。

type SelfHostedIntegrationRuntime = IntegrationRuntime & {
  linkedInfo?: LinkedIntegrationRuntimeTypeUnion
  type: "SelfHosted"
}