Bagikan melalui


SelfHostedIntegrationRuntime type

Runtime integrasi yang dihost sendiri.

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