Condividi tramite


SelfHostedIntegrationRuntime type

Runtime di integrazione self-hosted.

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