ManagedIntegrationRuntimeStatus type
Состояние среды выполнения управляемой интеграции.
type ManagedIntegrationRuntimeStatus = IntegrationRuntimeStatus & {
createTime?: Date
lastOperation?: ManagedIntegrationRuntimeOperationResult
nodes?: ManagedIntegrationRuntimeNode[]
otherErrors?: ManagedIntegrationRuntimeError[]
type: "Managed"
}