SelfHostedIntegrationRuntime type

Self-hosted integration runtime.

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