Enhanced Phased build (#4599)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-02-12 23:57:11 +07:00
committed by GitHub
parent cc5da22af3
commit c23af625f6
283 changed files with 3283 additions and 2904 deletions
+10 -1
View File
@@ -1,4 +1,13 @@
import { AttachedData, AttachedDoc, Class, Doc, DocumentUpdate, Ref, Space, TxOperations } from '@hcengineering/core'
import {
type AttachedData,
type AttachedDoc,
type Class,
type Doc,
type DocumentUpdate,
type Ref,
type Space,
type TxOperations
} from '@hcengineering/core'
export async function findOrUpdateAttached<T extends AttachedDoc> (
client: TxOperations,