Freigeben über


SelfHostedIntegrationRuntime type

Selbst gehostete Integrationslaufzeit.

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