mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 11:34:58 +02:00
Switch to typescript 5.8.3 (#9152)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -13,19 +13,24 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
import core, {
|
||||
MeasureContext,
|
||||
Tx,
|
||||
type MeasureContext,
|
||||
type Tx,
|
||||
type SessionData,
|
||||
type TxApplyIf,
|
||||
TxCUD,
|
||||
Doc,
|
||||
type TxCUD,
|
||||
type Doc,
|
||||
TxProcessor,
|
||||
UserStatus,
|
||||
TxCreateDoc,
|
||||
TxUpdateDoc,
|
||||
Ref
|
||||
type UserStatus,
|
||||
type TxCreateDoc,
|
||||
type TxUpdateDoc,
|
||||
type Ref
|
||||
} from '@hcengineering/core'
|
||||
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