From 4e4c5bc4d9809cd49c25a545e5d3a85d3cec8483 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 16 Oct 2025 21:09:55 +0700 Subject: [PATCH] Revert "Fix linting" This reverts commit 54631d353e64583bb0e23f9dc2a0163850e9d78e. --- packages/core/src/server.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/core/src/server.ts b/packages/core/src/server.ts index 38169bf4a3..f0b4bade4d 100644 --- a/packages/core/src/server.ts +++ b/packages/core/src/server.ts @@ -13,9 +13,10 @@ // limitations under the License. // +import type { Account, AccountRole, AccountUuid, Doc, Domain, PersonId, Ref } from './classes' import { type MeasureContext } from '@hcengineering/measurements' -import type { Account, AccountRole, AccountUuid, Doc, PersonId, Ref } from './classes' -import type { Tx } from './tx' +import { type DocumentQuery, type FindOptions } from './storage' +import type { DocumentUpdate, Tx } from './tx' import { PermissionsGrant, type WorkspaceIds } from './utils' /**