Add activityTarget relation after custom object creation (#2670)
* Add activityTarget relation after custom object creation * add isCustom check for relations
This commit is contained in:
@ -18,4 +18,5 @@ export interface FieldMetadataInterface<
|
||||
isNullable?: boolean;
|
||||
fromRelationMetadata?: RelationMetadataEntity;
|
||||
toRelationMetadata?: RelationMetadataEntity;
|
||||
isCustom?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user