Fix linting

This commit is contained in:
Andrey Sobolev
2025-10-16 20:57:09 +07:00
parent aafb8f6f12
commit 54631d353e
+2 -3
View File
@@ -13,10 +13,9 @@
// limitations under the License.
//
import type { Account, AccountRole, AccountUuid, Doc, Domain, PersonId, Ref } from './classes'
import { type MeasureContext } from '@hcengineering/measurements'
import { type DocumentQuery, type FindOptions } from './storage'
import type { DocumentUpdate, Tx } from './tx'
import type { Account, AccountRole, AccountUuid, Doc, PersonId, Ref } from './classes'
import type { Tx } from './tx'
import { PermissionsGrant, type WorkspaceIds } from './utils'
/**