@rxdrag/rxcms-models 0.2.12 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/dist/classes/CustomerQueryOptions.d.ts +6 -13
  2. package/dist/classes/EnquiryQueryOptions.d.ts +6 -13
  3. package/dist/classes/LangQueryOptions.d.ts +76 -12
  4. package/dist/classes/MailQueryOptions.d.ts +20 -0
  5. package/dist/classes/MediaFolderQueryOptions.d.ts +6 -13
  6. package/dist/classes/MediaQueryOptions.d.ts +6 -4
  7. package/dist/classes/PageQueryOptions.d.ts +7 -12
  8. package/dist/classes/PostCategoryQueryOptions.d.ts +8 -13
  9. package/dist/classes/PostQueryOptions.d.ts +8 -14
  10. package/dist/classes/ProductCategoryQueryOptions.d.ts +8 -13
  11. package/dist/classes/ProductQueryOptions.d.ts +8 -14
  12. package/dist/classes/SpamFilterRuleQueryOptions.d.ts +6 -7
  13. package/dist/classes/TagQueryOptions.d.ts +6 -13
  14. package/dist/classes/TemplateCategoryQueryOptions.d.ts +6 -13
  15. package/dist/classes/TemplateQueryOptions.d.ts +6 -13
  16. package/dist/classes/ThemeQueryOptions.d.ts +4 -12
  17. package/dist/classes/WebsiteQueryOptions.d.ts +72 -0
  18. package/dist/classes/WebsiteSettingsQueryOptions.d.ts +6 -13
  19. package/dist/classes/index.d.ts +1 -0
  20. package/dist/entries/index.d.ts +1 -0
  21. package/dist/entries/mailEntry.d.ts +2 -0
  22. package/dist/fields/CustomerFields.d.ts +3 -14
  23. package/dist/fields/EnquiryFields.d.ts +4 -15
  24. package/dist/fields/LangFields.d.ts +31 -12
  25. package/dist/fields/MailFields.d.ts +18 -0
  26. package/dist/fields/MediaFields.d.ts +4 -6
  27. package/dist/fields/MediaFolderFields.d.ts +4 -15
  28. package/dist/fields/PageFields.d.ts +6 -13
  29. package/dist/fields/PostCategoryFields.d.ts +5 -14
  30. package/dist/fields/PostFields.d.ts +5 -15
  31. package/dist/fields/ProductCategoryFields.d.ts +5 -14
  32. package/dist/fields/ProductFields.d.ts +5 -15
  33. package/dist/fields/SpamFilterRuleFields.d.ts +3 -8
  34. package/dist/fields/TagFields.d.ts +4 -15
  35. package/dist/fields/TemplateCategoryFields.d.ts +4 -15
  36. package/dist/fields/TemplateFields.d.ts +4 -15
  37. package/dist/fields/ThemeFields.d.ts +4 -14
  38. package/dist/fields/WebsiteFields.d.ts +33 -2
  39. package/dist/fields/WebsiteSettingsFields.d.ts +3 -14
  40. package/dist/fields/index.d.ts +1 -0
  41. package/dist/index.mjs +1882 -1370
  42. package/dist/index.mjs.map +1 -1
  43. package/dist/interfaces/Customer.d.ts +4 -0
  44. package/dist/interfaces/CustomerBoolExp.d.ts +4 -0
  45. package/dist/interfaces/CustomerDistinctExp.d.ts +0 -13
  46. package/dist/interfaces/CustomerInput.d.ts +5 -0
  47. package/dist/interfaces/Enquiry.d.ts +4 -0
  48. package/dist/interfaces/EnquiryBoolExp.d.ts +4 -0
  49. package/dist/interfaces/EnquiryDistinctExp.d.ts +1 -14
  50. package/dist/interfaces/EnquiryInput.d.ts +4 -0
  51. package/dist/interfaces/Lang.d.ts +48 -3
  52. package/dist/interfaces/LangBoolExp.d.ts +32 -3
  53. package/dist/interfaces/LangDistinctExp.d.ts +2 -14
  54. package/dist/interfaces/LangInput.d.ts +33 -3
  55. package/dist/interfaces/LangOrderBy.d.ts +2 -3
  56. package/dist/interfaces/Mail.d.ts +18 -0
  57. package/dist/interfaces/MailBoolExp.d.ts +22 -0
  58. package/dist/interfaces/MailDistinctExp.d.ts +17 -0
  59. package/dist/interfaces/MailInput.d.ts +19 -0
  60. package/dist/interfaces/MailOrderBy.d.ts +17 -0
  61. package/dist/interfaces/MailType.d.ts +18 -0
  62. package/dist/interfaces/Media.d.ts +6 -2
  63. package/dist/interfaces/MediaBoolExp.d.ts +6 -2
  64. package/dist/interfaces/MediaDistinctExp.d.ts +3 -7
  65. package/dist/interfaces/MediaFolder.d.ts +4 -0
  66. package/dist/interfaces/MediaFolderBoolExp.d.ts +4 -0
  67. package/dist/interfaces/MediaFolderDistinctExp.d.ts +1 -14
  68. package/dist/interfaces/MediaFolderInput.d.ts +4 -0
  69. package/dist/interfaces/MediaInput.d.ts +6 -2
  70. package/dist/interfaces/MediaOrderBy.d.ts +2 -2
  71. package/dist/interfaces/Page.d.ts +3 -2
  72. package/dist/interfaces/PageBoolExp.d.ts +3 -2
  73. package/dist/interfaces/PageDistinctExp.d.ts +3 -12
  74. package/dist/interfaces/PageInput.d.ts +3 -2
  75. package/dist/interfaces/PageOrderBy.d.ts +0 -2
  76. package/dist/interfaces/Post.d.ts +4 -0
  77. package/dist/interfaces/PostBoolExp.d.ts +4 -0
  78. package/dist/interfaces/PostCategory.d.ts +6 -1
  79. package/dist/interfaces/PostCategoryBoolExp.d.ts +6 -1
  80. package/dist/interfaces/PostCategoryDistinctExp.d.ts +4 -14
  81. package/dist/interfaces/PostCategoryInput.d.ts +6 -1
  82. package/dist/interfaces/PostCategoryOrderBy.d.ts +2 -1
  83. package/dist/interfaces/PostDistinctExp.d.ts +2 -14
  84. package/dist/interfaces/PostInput.d.ts +4 -0
  85. package/dist/interfaces/Product.d.ts +4 -0
  86. package/dist/interfaces/ProductBoolExp.d.ts +4 -0
  87. package/dist/interfaces/ProductCategory.d.ts +6 -1
  88. package/dist/interfaces/ProductCategoryBoolExp.d.ts +6 -1
  89. package/dist/interfaces/ProductCategoryDistinctExp.d.ts +4 -14
  90. package/dist/interfaces/ProductCategoryInput.d.ts +6 -1
  91. package/dist/interfaces/ProductCategoryOrderBy.d.ts +2 -1
  92. package/dist/interfaces/ProductDistinctExp.d.ts +2 -14
  93. package/dist/interfaces/ProductInput.d.ts +4 -0
  94. package/dist/interfaces/PublishableDistinctExp.d.ts +2 -14
  95. package/dist/interfaces/Slugable.d.ts +5 -0
  96. package/dist/interfaces/SlugableBoolExp.d.ts +10 -0
  97. package/dist/interfaces/SlugableDistinctExp.d.ts +6 -0
  98. package/dist/interfaces/SlugableOrderBy.d.ts +6 -0
  99. package/dist/interfaces/SpamFilterRule.d.ts +4 -0
  100. package/dist/interfaces/SpamFilterRuleBoolExp.d.ts +4 -0
  101. package/dist/interfaces/SpamFilterRuleDistinctExp.d.ts +1 -8
  102. package/dist/interfaces/SpamFilterRuleInput.d.ts +5 -0
  103. package/dist/interfaces/Tag.d.ts +4 -0
  104. package/dist/interfaces/TagBoolExp.d.ts +4 -0
  105. package/dist/interfaces/TagDistinctExp.d.ts +1 -14
  106. package/dist/interfaces/TagInput.d.ts +5 -0
  107. package/dist/interfaces/Template.d.ts +4 -0
  108. package/dist/interfaces/TemplateBoolExp.d.ts +4 -0
  109. package/dist/interfaces/TemplateCategory.d.ts +4 -0
  110. package/dist/interfaces/TemplateCategoryBoolExp.d.ts +4 -0
  111. package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +1 -14
  112. package/dist/interfaces/TemplateCategoryInput.d.ts +4 -0
  113. package/dist/interfaces/TemplateDistinctExp.d.ts +1 -14
  114. package/dist/interfaces/TemplateInput.d.ts +4 -0
  115. package/dist/interfaces/Theme.d.ts +4 -0
  116. package/dist/interfaces/ThemeBoolExp.d.ts +4 -0
  117. package/dist/interfaces/ThemeDistinctExp.d.ts +1 -13
  118. package/dist/interfaces/ThemeInput.d.ts +4 -0
  119. package/dist/interfaces/ThemeOrderBy.d.ts +1 -0
  120. package/dist/interfaces/Website.d.ts +44 -0
  121. package/dist/interfaces/WebsiteBoolExp.d.ts +29 -0
  122. package/dist/interfaces/WebsiteContent.d.ts +2 -2
  123. package/dist/interfaces/WebsiteContentBoolExp.d.ts +2 -2
  124. package/dist/interfaces/WebsiteContentDistinctExp.d.ts +4 -16
  125. package/dist/interfaces/WebsiteContentOrderBy.d.ts +2 -2
  126. package/dist/interfaces/WebsiteDistinctExp.d.ts +2 -1
  127. package/dist/interfaces/WebsiteInput.d.ts +29 -0
  128. package/dist/interfaces/WebsiteOrderBy.d.ts +1 -0
  129. package/dist/interfaces/WebsitePart.d.ts +3 -5
  130. package/dist/interfaces/WebsitePartBoolExp.d.ts +4 -6
  131. package/dist/interfaces/WebsitePartDistinctExp.d.ts +2 -16
  132. package/dist/interfaces/WebsitePartOrderBy.d.ts +3 -5
  133. package/dist/interfaces/WebsiteSettings.d.ts +4 -0
  134. package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +4 -0
  135. package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +1 -14
  136. package/dist/interfaces/WebsiteSettingsInput.d.ts +5 -0
  137. package/dist/interfaces/index.d.ts +10 -12
  138. package/package.json +2 -2
  139. package/dist/interfaces/BaseEntity.d.ts +0 -15
  140. package/dist/interfaces/BaseEntityBoolExp.d.ts +0 -12
  141. package/dist/interfaces/BaseEntityDistinctExp.d.ts +0 -16
  142. package/dist/interfaces/BaseEntityOrderBy.d.ts +0 -16
  143. package/dist/interfaces/CustomizeMedia.d.ts +0 -7
  144. package/dist/interfaces/CustomizeMediaBoolExp.d.ts +0 -9
  145. package/dist/interfaces/CustomizeMediaDistinctExp.d.ts +0 -8
  146. package/dist/interfaces/CustomizeMediaOrderBy.d.ts +0 -8
  147. package/dist/interfaces/MultiLangable.d.ts +0 -4
  148. package/dist/interfaces/MultiLangableBoolExp.d.ts +0 -9
  149. package/dist/interfaces/MultiLangableDistinctExp.d.ts +0 -5
  150. package/dist/interfaces/MultiLangableOrderBy.d.ts +0 -5
@@ -1,7 +1,5 @@
1
- import { BaseEntity } from './BaseEntity';
2
- export interface WebsitePart extends BaseEntity {
1
+ export interface WebsitePart {
3
2
  id?: string;
4
- websiteId?: string;
5
- slug?: string;
6
- description?: string;
3
+ createdAt?: Date;
4
+ updatedAt?: Date;
7
5
  }
@@ -1,12 +1,10 @@
1
- import { BaseEntityBoolExp } from './BaseEntityBoolExp';
2
1
  import { IdComparisonExp } from './IdComparisonExp';
3
- import { StringComparisonExp } from './StringComparisonExp';
4
- export interface WebsitePartBoolExp extends BaseEntityBoolExp {
2
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
3
+ export interface WebsitePartBoolExp {
5
4
  _and?: WebsitePartBoolExp[];
6
5
  _or?: WebsitePartBoolExp[];
7
6
  _not?: WebsitePartBoolExp;
8
7
  id?: IdComparisonExp;
9
- websiteId?: StringComparisonExp;
10
- slug?: StringComparisonExp;
11
- description?: StringComparisonExp;
8
+ createdAt?: DateTimeComparisonExp;
9
+ updatedAt?: DateTimeComparisonExp;
12
10
  }
@@ -1,20 +1,6 @@
1
- import { BaseEntityDistinctExp } from './BaseEntityDistinctExp';
2
1
  export declare enum WebsitePartDistinctEnum {
3
2
  id = "id",
4
- websiteId = "websiteId",
5
- slug = "slug",
6
- description = "description",
7
- /**
8
- * 创建时间
9
- */
10
3
  createdAt = "createdAt",
11
- /**
12
- * 更新时间
13
- */
14
- updatedAt = "updatedAt",
15
- /**
16
- * 备注
17
- */
18
- remark = "remark"
4
+ updatedAt = "updatedAt"
19
5
  }
20
- export type WebsitePartDistinctExp = WebsitePartDistinctEnum | BaseEntityDistinctExp;
6
+ export type WebsitePartDistinctExp = WebsitePartDistinctEnum;
@@ -1,8 +1,6 @@
1
1
  import { OrderBy } from '@rxdrag/entify-hooks';
2
- import { BaseEntityOrderBy } from './BaseEntityOrderBy';
3
- export interface WebsitePartOrderBy extends BaseEntityOrderBy {
2
+ export interface WebsitePartOrderBy {
4
3
  id?: OrderBy;
5
- websiteId?: OrderBy;
6
- slug?: OrderBy;
7
- description?: OrderBy;
4
+ createdAt?: OrderBy;
5
+ updatedAt?: OrderBy;
8
6
  }
@@ -1,5 +1,7 @@
1
1
  import { SmtpConfig } from './SmtpConfig';
2
2
  import { EmailTemplates } from './EmailTemplates';
3
+ import { Lang } from './Lang';
4
+ import { Website } from './Website';
3
5
  import { WebsitePart } from './WebsitePart';
4
6
  export declare const WebsiteSettingsEntityName = "WebsiteSettings";
5
7
  export declare const WebsiteSettingsEntityLabel = "";
@@ -48,4 +50,6 @@ export interface WebsiteSettings extends WebsitePart {
48
50
  * 邮件模板
49
51
  */
50
52
  emailTemplates?: EmailTemplates;
53
+ lang?: Lang;
54
+ website?: Website;
51
55
  }
@@ -2,6 +2,8 @@ import { WebsitePartBoolExp } from './WebsitePartBoolExp';
2
2
  import { IdComparisonExp } from './IdComparisonExp';
3
3
  import { StringComparisonExp } from './StringComparisonExp';
4
4
  import { BooleanComparisonExp } from './BooleanComparisonExp';
5
+ import { LangBoolExp } from './LangBoolExp';
6
+ import { WebsiteBoolExp } from './WebsiteBoolExp';
5
7
  export interface WebsiteSettingsBoolExp extends WebsitePartBoolExp {
6
8
  _and?: WebsiteSettingsBoolExp[];
7
9
  _or?: WebsiteSettingsBoolExp[];
@@ -26,4 +28,6 @@ export interface WebsiteSettingsBoolExp extends WebsitePartBoolExp {
26
28
  gaTrackingId?: StringComparisonExp;
27
29
  noticeEmail?: StringComparisonExp;
28
30
  emailTemplates?: unknown;
31
+ lang?: LangBoolExp;
32
+ website?: WebsiteBoolExp;
29
33
  }
@@ -44,20 +44,7 @@ export declare enum WebsiteSettingsDistinctEnum {
44
44
  * 邮件模板
45
45
  */
46
46
  emailTemplates = "emailTemplates",
47
- websiteId = "websiteId",
48
- slug = "slug",
49
- description = "description",
50
- /**
51
- * 创建时间
52
- */
53
47
  createdAt = "createdAt",
54
- /**
55
- * 更新时间
56
- */
57
- updatedAt = "updatedAt",
58
- /**
59
- * 备注
60
- */
61
- remark = "remark"
48
+ updatedAt = "updatedAt"
62
49
  }
63
50
  export type WebsiteSettingsDistinctExp = WebsiteSettingsDistinctEnum | WebsitePartDistinctExp;
@@ -1,6 +1,9 @@
1
1
  import { WebsiteSettings } from './WebsiteSettings';
2
2
  import { SmtpConfig } from './SmtpConfig';
3
3
  import { EmailTemplates } from './EmailTemplates';
4
+ import { LangInput } from './LangInput';
5
+ import { WebsiteInput } from './WebsiteInput';
6
+ import { SetHasOne } from '@rxdrag/entify-hooks';
4
7
  import { WebsitePart } from './WebsitePart';
5
8
  export interface WebsiteSettingsInput extends WebsitePart {
6
9
  id?: string;
@@ -47,6 +50,8 @@ export interface WebsiteSettingsInput extends WebsitePart {
47
50
  * 邮件模板
48
51
  */
49
52
  emailTemplates?: EmailTemplates;
53
+ lang?: SetHasOne<LangInput>;
54
+ website?: SetHasOne<WebsiteInput>;
50
55
  }
51
56
  export declare const websiteSettingsToInputCascade: (entity: WebsiteSettings) => WebsiteSettingsInput;
52
57
  export declare const websiteSettingsToInput: (entity: WebsiteSettings) => WebsiteSettingsInput;
@@ -26,6 +26,12 @@ export * from './MediaBoolExp';
26
26
  export * from './MediaOrderBy';
27
27
  export * from './MediaDistinctExp';
28
28
  export * from './MediaType';
29
+ export * from './Mail';
30
+ export * from './MailInput';
31
+ export * from './MailBoolExp';
32
+ export * from './MailOrderBy';
33
+ export * from './MailDistinctExp';
34
+ export * from './MailType';
29
35
  export * from './Website';
30
36
  export * from './WebsiteInput';
31
37
  export * from './WebsiteBoolExp';
@@ -127,22 +133,10 @@ export * from './CustomerInput';
127
133
  export * from './CustomerBoolExp';
128
134
  export * from './CustomerOrderBy';
129
135
  export * from './CustomerDistinctExp';
130
- export * from './BaseEntity';
131
- export * from './BaseEntityBoolExp';
132
- export * from './BaseEntityOrderBy';
133
- export * from './BaseEntityDistinctExp';
134
- export * from './MultiLangable';
135
- export * from './MultiLangableBoolExp';
136
- export * from './MultiLangableOrderBy';
137
- export * from './MultiLangableDistinctExp';
138
136
  export * from './WebsiteUser';
139
137
  export * from './WebsiteUserBoolExp';
140
138
  export * from './WebsiteUserOrderBy';
141
139
  export * from './WebsiteUserDistinctExp';
142
- export * from './CustomizeMedia';
143
- export * from './CustomizeMediaBoolExp';
144
- export * from './CustomizeMediaOrderBy';
145
- export * from './CustomizeMediaDistinctExp';
146
140
  export * from './UserType';
147
141
  export * from './TemplateType';
148
142
  export * from './ProductCategory';
@@ -175,3 +169,7 @@ export * from './AttachmentOnProductInput';
175
169
  export * from './AttachmentOnProductBoolExp';
176
170
  export * from './AttachmentOnProductOrderBy';
177
171
  export * from './AttachmentOnProductDistinctExp';
172
+ export * from './Slugable';
173
+ export * from './SlugableBoolExp';
174
+ export * from './SlugableOrderBy';
175
+ export * from './SlugableDistinctExp';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/rxcms-models",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "swr": "^2.2.4",
20
- "@rxdrag/entify-hooks": "0.1.5"
20
+ "@rxdrag/entify-hooks": "0.1.6"
21
21
  },
22
22
  "scripts": {
23
23
  "lint": "eslint . --ext .ts,tsx",
@@ -1,15 +0,0 @@
1
- export interface BaseEntity {
2
- id?: string;
3
- /**
4
- * 创建时间
5
- */
6
- createdAt?: Date;
7
- /**
8
- * 更新时间
9
- */
10
- updatedAt?: Date;
11
- /**
12
- * 备注
13
- */
14
- remark?: string;
15
- }
@@ -1,12 +0,0 @@
1
- import { IdComparisonExp } from './IdComparisonExp';
2
- import { DateTimeComparisonExp } from './DateTimeComparisonExp';
3
- import { StringComparisonExp } from './StringComparisonExp';
4
- export interface BaseEntityBoolExp {
5
- _and?: BaseEntityBoolExp[];
6
- _or?: BaseEntityBoolExp[];
7
- _not?: BaseEntityBoolExp;
8
- id?: IdComparisonExp;
9
- createdAt?: DateTimeComparisonExp;
10
- updatedAt?: DateTimeComparisonExp;
11
- remark?: StringComparisonExp;
12
- }
@@ -1,16 +0,0 @@
1
- export declare enum BaseEntityDistinctEnum {
2
- id = "id",
3
- /**
4
- * 创建时间
5
- */
6
- createdAt = "createdAt",
7
- /**
8
- * 更新时间
9
- */
10
- updatedAt = "updatedAt",
11
- /**
12
- * 备注
13
- */
14
- remark = "remark"
15
- }
16
- export type BaseEntityDistinctExp = BaseEntityDistinctEnum;
@@ -1,16 +0,0 @@
1
- import { OrderBy } from '@rxdrag/entify-hooks';
2
- export interface BaseEntityOrderBy {
3
- id?: OrderBy;
4
- /**
5
- * 创建时间
6
- */
7
- createdAt?: OrderBy;
8
- /**
9
- * 更新时间
10
- */
11
- updatedAt?: OrderBy;
12
- /**
13
- * 备注
14
- */
15
- remark?: OrderBy;
16
- }
@@ -1,7 +0,0 @@
1
- export interface CustomizeMedia {
2
- id?: string;
3
- /**
4
- * 网站Id
5
- */
6
- websiteId?: string;
7
- }
@@ -1,9 +0,0 @@
1
- import { IdComparisonExp } from './IdComparisonExp';
2
- import { StringComparisonExp } from './StringComparisonExp';
3
- export interface CustomizeMediaBoolExp {
4
- _and?: CustomizeMediaBoolExp[];
5
- _or?: CustomizeMediaBoolExp[];
6
- _not?: CustomizeMediaBoolExp;
7
- id?: IdComparisonExp;
8
- websiteId?: StringComparisonExp;
9
- }
@@ -1,8 +0,0 @@
1
- export declare enum CustomizeMediaDistinctEnum {
2
- id = "id",
3
- /**
4
- * 网站Id
5
- */
6
- websiteId = "websiteId"
7
- }
8
- export type CustomizeMediaDistinctExp = CustomizeMediaDistinctEnum;
@@ -1,8 +0,0 @@
1
- import { OrderBy } from '@rxdrag/entify-hooks';
2
- export interface CustomizeMediaOrderBy {
3
- id?: OrderBy;
4
- /**
5
- * 网站Id
6
- */
7
- websiteId?: OrderBy;
8
- }
@@ -1,4 +0,0 @@
1
- export interface MultiLangable {
2
- id?: string;
3
- lang?: string;
4
- }
@@ -1,9 +0,0 @@
1
- import { IdComparisonExp } from './IdComparisonExp';
2
- import { StringComparisonExp } from './StringComparisonExp';
3
- export interface MultiLangableBoolExp {
4
- _and?: MultiLangableBoolExp[];
5
- _or?: MultiLangableBoolExp[];
6
- _not?: MultiLangableBoolExp;
7
- id?: IdComparisonExp;
8
- lang?: StringComparisonExp;
9
- }
@@ -1,5 +0,0 @@
1
- export declare enum MultiLangableDistinctEnum {
2
- id = "id",
3
- lang = "lang"
4
- }
5
- export type MultiLangableDistinctExp = MultiLangableDistinctEnum;
@@ -1,5 +0,0 @@
1
- import { OrderBy } from '@rxdrag/entify-hooks';
2
- export interface MultiLangableOrderBy {
3
- id?: OrderBy;
4
- lang?: OrderBy;
5
- }