Fix controlled document folder export (#10775)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-04-17 11:36:11 +07:00
committed by GitHub
parent 749a3603b5
commit db97de7c63
7 changed files with 281 additions and 4 deletions
+2
View File
@@ -66,6 +66,8 @@ export interface TransformConfig {
}
export interface RelationDefinition {
/** When set, this relation applies only to documents of this class (or its subclasses). */
sourceClass?: Ref<Class<Doc>>
field: string
class: Ref<Class<Doc>>
direction?: 'forward' | 'inverse'