diff --git a/pages/src/api/types/schema/model/TRelation.md b/pages/src/api/types/schema/model/TRelation.md index e483d264..b94f5521 100644 --- a/pages/src/api/types/schema/model/TRelation.md +++ b/pages/src/api/types/schema/model/TRelation.md @@ -14,7 +14,12 @@ export interface TRelation { }; } ``` -the `TRelation` type has the following type : -- [`RelationDataType`](./TRelation/RelationDataType.md) is the model type we defined in lesan -- [`RelationSortOrderType`](./TRelation/RelationSortOrderType.md) is used for defining relation get from user -- [`TRelatedRelation`](./TRelation/TRelatedRelation.md) is used to created main relation based on + +

Types

+
+  
+    RelationDataType
+    RelationSortOrderType
+    TRelatedRelation
+  
+