다음을 통해 공유


SelfHostedIntegrationRuntime type

자체 호스팅 통합 런타임.

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