mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Fix controlled document folder export (#10775)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user