mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Fix linting
This commit is contained in:
@@ -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'
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user