Partager via


SelfHostedIntegrationRuntime type

Runtime d’intégration auto-hébergé.

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