mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 02:07:43 +02:00
Switch to typescript 5.8.3 (#9152)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user