Switch to typescript 5.8.3 (#9152)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-06-04 17:57:10 +05:00
committed by GitHub
parent 07c364c776
commit fcb67d20f8
562 changed files with 5212 additions and 5273 deletions
+8 -3
View File
@@ -15,8 +15,8 @@
import { aiBotAccountEmail } from '@hcengineering/ai-bot'
import core, {
AccountRole,
MeasureContext,
Tx,
type MeasureContext,
type Tx,
TxProcessor,
systemAccountUuid,
type Doc,
@@ -25,7 +25,12 @@ import core, {
type TxCUD
} from '@hcengineering/core'
import platform, { PlatformError, Severity, Status } from '@hcengineering/platform'
import { BaseMiddleware, Middleware, TxMiddlewareResult, type PipelineContext } from '@hcengineering/server-core'
import {
BaseMiddleware,
type Middleware,
type TxMiddlewareResult,
type PipelineContext
} from '@hcengineering/server-core'
/**
* @public