Compartilhar via


SelfHostedIntegrationRuntime type

Runtime de integração auto-hospedada.

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