Compartir a través de


SelfHostedIntegrationRuntime type

Entorno de ejecución de integración autohospedado.

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