@mintlify/validation 0.1.430 → 0.1.431
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.
- package/dist/mint-config/schemas/v1/navigation.d.ts +3 -0
- package/dist/mint-config/schemas/v1/navigation.js +1 -0
- package/dist/mint-config/schemas/v2/index.d.ts +189 -189
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +18 -18
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +15 -15
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +27 -27
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +15 -15
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +27 -27
- package/dist/mint-config/validateConfig.d.ts +84 -84
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -56,8 +56,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
56
56
|
library?: "fontawesome" | "lucide" | undefined;
|
|
57
57
|
}>]>>;
|
|
58
58
|
group: z.ZodString;
|
|
59
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
60
59
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
60
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
61
61
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
62
62
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
63
63
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -84,8 +84,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
84
84
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
85
85
|
library?: "fontawesome" | "lucide" | undefined;
|
|
86
86
|
} | undefined;
|
|
87
|
-
tag?: string | undefined;
|
|
88
87
|
public?: boolean | undefined;
|
|
88
|
+
tag?: string | undefined;
|
|
89
89
|
hidden?: boolean | undefined;
|
|
90
90
|
root?: string | undefined;
|
|
91
91
|
}, {
|
|
@@ -102,8 +102,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
102
102
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
103
103
|
library?: "fontawesome" | "lucide" | undefined;
|
|
104
104
|
} | undefined;
|
|
105
|
-
tag?: string | undefined;
|
|
106
105
|
public?: boolean | undefined;
|
|
106
|
+
tag?: string | undefined;
|
|
107
107
|
hidden?: boolean | undefined;
|
|
108
108
|
root?: string | undefined;
|
|
109
109
|
}>, z.ZodObject<{
|
|
@@ -121,8 +121,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
121
121
|
library?: "fontawesome" | "lucide" | undefined;
|
|
122
122
|
}>]>>;
|
|
123
123
|
group: z.ZodString;
|
|
124
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
125
124
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
125
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
126
126
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
127
127
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
128
128
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -149,8 +149,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
149
149
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
150
150
|
library?: "fontawesome" | "lucide" | undefined;
|
|
151
151
|
} | undefined;
|
|
152
|
-
tag?: string | undefined;
|
|
153
152
|
public?: boolean | undefined;
|
|
153
|
+
tag?: string | undefined;
|
|
154
154
|
hidden?: boolean | undefined;
|
|
155
155
|
root?: string | undefined;
|
|
156
156
|
}, {
|
|
@@ -167,8 +167,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
167
167
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
168
168
|
library?: "fontawesome" | "lucide" | undefined;
|
|
169
169
|
} | undefined;
|
|
170
|
-
tag?: string | undefined;
|
|
171
170
|
public?: boolean | undefined;
|
|
171
|
+
tag?: string | undefined;
|
|
172
172
|
hidden?: boolean | undefined;
|
|
173
173
|
root?: string | undefined;
|
|
174
174
|
}>, z.ZodObject<{
|
|
@@ -186,8 +186,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
186
186
|
library?: "fontawesome" | "lucide" | undefined;
|
|
187
187
|
}>]>>;
|
|
188
188
|
group: z.ZodString;
|
|
189
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
190
189
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
190
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
191
191
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
192
192
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
193
193
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -199,8 +199,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
199
199
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
200
200
|
library?: "fontawesome" | "lucide" | undefined;
|
|
201
201
|
} | undefined;
|
|
202
|
-
tag?: string | undefined;
|
|
203
202
|
public?: boolean | undefined;
|
|
203
|
+
tag?: string | undefined;
|
|
204
204
|
hidden?: boolean | undefined;
|
|
205
205
|
root?: string | undefined;
|
|
206
206
|
}, {
|
|
@@ -211,8 +211,8 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
211
211
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
212
212
|
library?: "fontawesome" | "lucide" | undefined;
|
|
213
213
|
} | undefined;
|
|
214
|
-
tag?: string | undefined;
|
|
215
214
|
public?: boolean | undefined;
|
|
215
|
+
tag?: string | undefined;
|
|
216
216
|
hidden?: boolean | undefined;
|
|
217
217
|
root?: string | undefined;
|
|
218
218
|
}>]>;
|
|
@@ -434,8 +434,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
434
434
|
library?: "fontawesome" | "lucide" | undefined;
|
|
435
435
|
}>]>>;
|
|
436
436
|
group: z.ZodString;
|
|
437
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
438
437
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
438
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
439
439
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
440
440
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
441
441
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -462,8 +462,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
462
462
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
463
463
|
library?: "fontawesome" | "lucide" | undefined;
|
|
464
464
|
} | undefined;
|
|
465
|
-
tag?: string | undefined;
|
|
466
465
|
public?: boolean | undefined;
|
|
466
|
+
tag?: string | undefined;
|
|
467
467
|
hidden?: boolean | undefined;
|
|
468
468
|
root?: string | undefined;
|
|
469
469
|
}, {
|
|
@@ -480,8 +480,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
480
480
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
481
481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
482
482
|
} | undefined;
|
|
483
|
-
tag?: string | undefined;
|
|
484
483
|
public?: boolean | undefined;
|
|
484
|
+
tag?: string | undefined;
|
|
485
485
|
hidden?: boolean | undefined;
|
|
486
486
|
root?: string | undefined;
|
|
487
487
|
}>, z.ZodObject<{
|
|
@@ -499,8 +499,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
499
499
|
library?: "fontawesome" | "lucide" | undefined;
|
|
500
500
|
}>]>>;
|
|
501
501
|
group: z.ZodString;
|
|
502
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
503
502
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
503
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
504
504
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
505
505
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
506
506
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -527,8 +527,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
527
527
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
528
528
|
library?: "fontawesome" | "lucide" | undefined;
|
|
529
529
|
} | undefined;
|
|
530
|
-
tag?: string | undefined;
|
|
531
530
|
public?: boolean | undefined;
|
|
531
|
+
tag?: string | undefined;
|
|
532
532
|
hidden?: boolean | undefined;
|
|
533
533
|
root?: string | undefined;
|
|
534
534
|
}, {
|
|
@@ -545,8 +545,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
545
545
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
546
546
|
library?: "fontawesome" | "lucide" | undefined;
|
|
547
547
|
} | undefined;
|
|
548
|
-
tag?: string | undefined;
|
|
549
548
|
public?: boolean | undefined;
|
|
549
|
+
tag?: string | undefined;
|
|
550
550
|
hidden?: boolean | undefined;
|
|
551
551
|
root?: string | undefined;
|
|
552
552
|
}>, z.ZodObject<{
|
|
@@ -564,8 +564,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
564
564
|
library?: "fontawesome" | "lucide" | undefined;
|
|
565
565
|
}>]>>;
|
|
566
566
|
group: z.ZodString;
|
|
567
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
568
567
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
568
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
569
569
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
570
570
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
571
571
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -577,8 +577,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
577
577
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
578
578
|
library?: "fontawesome" | "lucide" | undefined;
|
|
579
579
|
} | undefined;
|
|
580
|
-
tag?: string | undefined;
|
|
581
580
|
public?: boolean | undefined;
|
|
581
|
+
tag?: string | undefined;
|
|
582
582
|
hidden?: boolean | undefined;
|
|
583
583
|
root?: string | undefined;
|
|
584
584
|
}, {
|
|
@@ -589,8 +589,8 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
589
589
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
590
590
|
library?: "fontawesome" | "lucide" | undefined;
|
|
591
591
|
} | undefined;
|
|
592
|
-
tag?: string | undefined;
|
|
593
592
|
public?: boolean | undefined;
|
|
593
|
+
tag?: string | undefined;
|
|
594
594
|
hidden?: boolean | undefined;
|
|
595
595
|
root?: string | undefined;
|
|
596
596
|
}>]>, "many">;
|
|
@@ -68,8 +68,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
68
68
|
library?: "fontawesome" | "lucide" | undefined;
|
|
69
69
|
}>]>>;
|
|
70
70
|
group: z.ZodString;
|
|
71
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
72
71
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
72
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
73
73
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
74
74
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
75
75
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -96,8 +96,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
96
96
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
97
97
|
library?: "fontawesome" | "lucide" | undefined;
|
|
98
98
|
} | undefined;
|
|
99
|
-
tag?: string | undefined;
|
|
100
99
|
public?: boolean | undefined;
|
|
100
|
+
tag?: string | undefined;
|
|
101
101
|
hidden?: boolean | undefined;
|
|
102
102
|
root?: string | undefined;
|
|
103
103
|
}, {
|
|
@@ -114,8 +114,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
114
114
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
115
115
|
library?: "fontawesome" | "lucide" | undefined;
|
|
116
116
|
} | undefined;
|
|
117
|
-
tag?: string | undefined;
|
|
118
117
|
public?: boolean | undefined;
|
|
118
|
+
tag?: string | undefined;
|
|
119
119
|
hidden?: boolean | undefined;
|
|
120
120
|
root?: string | undefined;
|
|
121
121
|
}>, z.ZodObject<{
|
|
@@ -133,8 +133,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
133
133
|
library?: "fontawesome" | "lucide" | undefined;
|
|
134
134
|
}>]>>;
|
|
135
135
|
group: z.ZodString;
|
|
136
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
137
136
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
137
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
138
138
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
139
139
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
140
140
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -161,8 +161,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
161
161
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
162
162
|
library?: "fontawesome" | "lucide" | undefined;
|
|
163
163
|
} | undefined;
|
|
164
|
-
tag?: string | undefined;
|
|
165
164
|
public?: boolean | undefined;
|
|
165
|
+
tag?: string | undefined;
|
|
166
166
|
hidden?: boolean | undefined;
|
|
167
167
|
root?: string | undefined;
|
|
168
168
|
}, {
|
|
@@ -179,8 +179,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
179
179
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
180
180
|
library?: "fontawesome" | "lucide" | undefined;
|
|
181
181
|
} | undefined;
|
|
182
|
-
tag?: string | undefined;
|
|
183
182
|
public?: boolean | undefined;
|
|
183
|
+
tag?: string | undefined;
|
|
184
184
|
hidden?: boolean | undefined;
|
|
185
185
|
root?: string | undefined;
|
|
186
186
|
}>, z.ZodObject<{
|
|
@@ -198,8 +198,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
198
198
|
library?: "fontawesome" | "lucide" | undefined;
|
|
199
199
|
}>]>>;
|
|
200
200
|
group: z.ZodString;
|
|
201
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
202
201
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
202
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
203
203
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
204
204
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
205
205
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -211,8 +211,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
211
211
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
212
212
|
library?: "fontawesome" | "lucide" | undefined;
|
|
213
213
|
} | undefined;
|
|
214
|
-
tag?: string | undefined;
|
|
215
214
|
public?: boolean | undefined;
|
|
215
|
+
tag?: string | undefined;
|
|
216
216
|
hidden?: boolean | undefined;
|
|
217
217
|
root?: string | undefined;
|
|
218
218
|
}, {
|
|
@@ -223,8 +223,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
223
223
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
224
224
|
library?: "fontawesome" | "lucide" | undefined;
|
|
225
225
|
} | undefined;
|
|
226
|
-
tag?: string | undefined;
|
|
227
226
|
public?: boolean | undefined;
|
|
227
|
+
tag?: string | undefined;
|
|
228
228
|
hidden?: boolean | undefined;
|
|
229
229
|
root?: string | undefined;
|
|
230
230
|
}>]>, "many">;
|
|
@@ -243,8 +243,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
243
243
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
244
244
|
library?: "fontawesome" | "lucide" | undefined;
|
|
245
245
|
} | undefined;
|
|
246
|
-
tag?: string | undefined;
|
|
247
246
|
public?: boolean | undefined;
|
|
247
|
+
tag?: string | undefined;
|
|
248
248
|
hidden?: boolean | undefined;
|
|
249
249
|
root?: string | undefined;
|
|
250
250
|
} | {
|
|
@@ -261,8 +261,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
261
261
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
262
262
|
library?: "fontawesome" | "lucide" | undefined;
|
|
263
263
|
} | undefined;
|
|
264
|
-
tag?: string | undefined;
|
|
265
264
|
public?: boolean | undefined;
|
|
265
|
+
tag?: string | undefined;
|
|
266
266
|
hidden?: boolean | undefined;
|
|
267
267
|
root?: string | undefined;
|
|
268
268
|
} | {
|
|
@@ -273,8 +273,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
273
273
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
274
274
|
library?: "fontawesome" | "lucide" | undefined;
|
|
275
275
|
} | undefined;
|
|
276
|
-
tag?: string | undefined;
|
|
277
276
|
public?: boolean | undefined;
|
|
277
|
+
tag?: string | undefined;
|
|
278
278
|
hidden?: boolean | undefined;
|
|
279
279
|
root?: string | undefined;
|
|
280
280
|
})[];
|
|
@@ -294,8 +294,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
294
294
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
295
295
|
library?: "fontawesome" | "lucide" | undefined;
|
|
296
296
|
} | undefined;
|
|
297
|
-
tag?: string | undefined;
|
|
298
297
|
public?: boolean | undefined;
|
|
298
|
+
tag?: string | undefined;
|
|
299
299
|
hidden?: boolean | undefined;
|
|
300
300
|
root?: string | undefined;
|
|
301
301
|
} | {
|
|
@@ -312,8 +312,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
312
312
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
313
313
|
library?: "fontawesome" | "lucide" | undefined;
|
|
314
314
|
} | undefined;
|
|
315
|
-
tag?: string | undefined;
|
|
316
315
|
public?: boolean | undefined;
|
|
316
|
+
tag?: string | undefined;
|
|
317
317
|
hidden?: boolean | undefined;
|
|
318
318
|
root?: string | undefined;
|
|
319
319
|
} | {
|
|
@@ -324,8 +324,8 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
324
324
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
325
325
|
library?: "fontawesome" | "lucide" | undefined;
|
|
326
326
|
} | undefined;
|
|
327
|
-
tag?: string | undefined;
|
|
328
327
|
public?: boolean | undefined;
|
|
328
|
+
tag?: string | undefined;
|
|
329
329
|
hidden?: boolean | undefined;
|
|
330
330
|
root?: string | undefined;
|
|
331
331
|
})[];
|
|
@@ -375,8 +375,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
375
375
|
library?: "fontawesome" | "lucide" | undefined;
|
|
376
376
|
}>]>>;
|
|
377
377
|
group: z.ZodString;
|
|
378
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
379
378
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
379
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
380
380
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
381
381
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
382
382
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -403,8 +403,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
403
403
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
404
404
|
library?: "fontawesome" | "lucide" | undefined;
|
|
405
405
|
} | undefined;
|
|
406
|
-
tag?: string | undefined;
|
|
407
406
|
public?: boolean | undefined;
|
|
407
|
+
tag?: string | undefined;
|
|
408
408
|
hidden?: boolean | undefined;
|
|
409
409
|
root?: string | undefined;
|
|
410
410
|
}, {
|
|
@@ -421,8 +421,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
421
421
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
422
422
|
library?: "fontawesome" | "lucide" | undefined;
|
|
423
423
|
} | undefined;
|
|
424
|
-
tag?: string | undefined;
|
|
425
424
|
public?: boolean | undefined;
|
|
425
|
+
tag?: string | undefined;
|
|
426
426
|
hidden?: boolean | undefined;
|
|
427
427
|
root?: string | undefined;
|
|
428
428
|
}>, z.ZodObject<{
|
|
@@ -440,8 +440,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
440
440
|
library?: "fontawesome" | "lucide" | undefined;
|
|
441
441
|
}>]>>;
|
|
442
442
|
group: z.ZodString;
|
|
443
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
444
443
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
444
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
445
445
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
446
446
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
447
447
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -468,8 +468,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
468
468
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
469
469
|
library?: "fontawesome" | "lucide" | undefined;
|
|
470
470
|
} | undefined;
|
|
471
|
-
tag?: string | undefined;
|
|
472
471
|
public?: boolean | undefined;
|
|
472
|
+
tag?: string | undefined;
|
|
473
473
|
hidden?: boolean | undefined;
|
|
474
474
|
root?: string | undefined;
|
|
475
475
|
}, {
|
|
@@ -486,8 +486,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
486
486
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
487
487
|
library?: "fontawesome" | "lucide" | undefined;
|
|
488
488
|
} | undefined;
|
|
489
|
-
tag?: string | undefined;
|
|
490
489
|
public?: boolean | undefined;
|
|
490
|
+
tag?: string | undefined;
|
|
491
491
|
hidden?: boolean | undefined;
|
|
492
492
|
root?: string | undefined;
|
|
493
493
|
}>, z.ZodObject<{
|
|
@@ -505,8 +505,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
505
505
|
library?: "fontawesome" | "lucide" | undefined;
|
|
506
506
|
}>]>>;
|
|
507
507
|
group: z.ZodString;
|
|
508
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
509
508
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
509
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
510
510
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
511
511
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
512
512
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -518,8 +518,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
518
518
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
519
519
|
library?: "fontawesome" | "lucide" | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
-
tag?: string | undefined;
|
|
522
521
|
public?: boolean | undefined;
|
|
522
|
+
tag?: string | undefined;
|
|
523
523
|
hidden?: boolean | undefined;
|
|
524
524
|
root?: string | undefined;
|
|
525
525
|
}, {
|
|
@@ -530,8 +530,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
530
530
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
531
531
|
library?: "fontawesome" | "lucide" | undefined;
|
|
532
532
|
} | undefined;
|
|
533
|
-
tag?: string | undefined;
|
|
534
533
|
public?: boolean | undefined;
|
|
534
|
+
tag?: string | undefined;
|
|
535
535
|
hidden?: boolean | undefined;
|
|
536
536
|
root?: string | undefined;
|
|
537
537
|
}>]>, "many">;
|
|
@@ -550,8 +550,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
550
550
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
551
551
|
library?: "fontawesome" | "lucide" | undefined;
|
|
552
552
|
} | undefined;
|
|
553
|
-
tag?: string | undefined;
|
|
554
553
|
public?: boolean | undefined;
|
|
554
|
+
tag?: string | undefined;
|
|
555
555
|
hidden?: boolean | undefined;
|
|
556
556
|
root?: string | undefined;
|
|
557
557
|
} | {
|
|
@@ -568,8 +568,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
568
568
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
569
569
|
library?: "fontawesome" | "lucide" | undefined;
|
|
570
570
|
} | undefined;
|
|
571
|
-
tag?: string | undefined;
|
|
572
571
|
public?: boolean | undefined;
|
|
572
|
+
tag?: string | undefined;
|
|
573
573
|
hidden?: boolean | undefined;
|
|
574
574
|
root?: string | undefined;
|
|
575
575
|
} | {
|
|
@@ -580,8 +580,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
580
580
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
581
581
|
library?: "fontawesome" | "lucide" | undefined;
|
|
582
582
|
} | undefined;
|
|
583
|
-
tag?: string | undefined;
|
|
584
583
|
public?: boolean | undefined;
|
|
584
|
+
tag?: string | undefined;
|
|
585
585
|
hidden?: boolean | undefined;
|
|
586
586
|
root?: string | undefined;
|
|
587
587
|
})[];
|
|
@@ -601,8 +601,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
601
601
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
602
602
|
library?: "fontawesome" | "lucide" | undefined;
|
|
603
603
|
} | undefined;
|
|
604
|
-
tag?: string | undefined;
|
|
605
604
|
public?: boolean | undefined;
|
|
605
|
+
tag?: string | undefined;
|
|
606
606
|
hidden?: boolean | undefined;
|
|
607
607
|
root?: string | undefined;
|
|
608
608
|
} | {
|
|
@@ -619,8 +619,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
619
619
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
620
620
|
library?: "fontawesome" | "lucide" | undefined;
|
|
621
621
|
} | undefined;
|
|
622
|
-
tag?: string | undefined;
|
|
623
622
|
public?: boolean | undefined;
|
|
623
|
+
tag?: string | undefined;
|
|
624
624
|
hidden?: boolean | undefined;
|
|
625
625
|
root?: string | undefined;
|
|
626
626
|
} | {
|
|
@@ -631,8 +631,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
631
631
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
632
632
|
library?: "fontawesome" | "lucide" | undefined;
|
|
633
633
|
} | undefined;
|
|
634
|
-
tag?: string | undefined;
|
|
635
634
|
public?: boolean | undefined;
|
|
635
|
+
tag?: string | undefined;
|
|
636
636
|
hidden?: boolean | undefined;
|
|
637
637
|
root?: string | undefined;
|
|
638
638
|
})[];
|
|
@@ -1375,8 +1375,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1375
1375
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1376
1376
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1377
1377
|
} | undefined;
|
|
1378
|
-
tag?: string | undefined;
|
|
1379
1378
|
public?: boolean | undefined;
|
|
1379
|
+
tag?: string | undefined;
|
|
1380
1380
|
hidden?: boolean | undefined;
|
|
1381
1381
|
root?: string | undefined;
|
|
1382
1382
|
} | {
|
|
@@ -1393,8 +1393,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1393
1393
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1394
1394
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1395
1395
|
} | undefined;
|
|
1396
|
-
tag?: string | undefined;
|
|
1397
1396
|
public?: boolean | undefined;
|
|
1397
|
+
tag?: string | undefined;
|
|
1398
1398
|
hidden?: boolean | undefined;
|
|
1399
1399
|
root?: string | undefined;
|
|
1400
1400
|
} | {
|
|
@@ -1405,8 +1405,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1405
1405
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1406
1406
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1407
1407
|
} | undefined;
|
|
1408
|
-
tag?: string | undefined;
|
|
1409
1408
|
public?: boolean | undefined;
|
|
1409
|
+
tag?: string | undefined;
|
|
1410
1410
|
hidden?: boolean | undefined;
|
|
1411
1411
|
root?: string | undefined;
|
|
1412
1412
|
})[];
|
|
@@ -1444,8 +1444,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1444
1444
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1445
1445
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1446
1446
|
} | undefined;
|
|
1447
|
-
tag?: string | undefined;
|
|
1448
1447
|
public?: boolean | undefined;
|
|
1448
|
+
tag?: string | undefined;
|
|
1449
1449
|
hidden?: boolean | undefined;
|
|
1450
1450
|
root?: string | undefined;
|
|
1451
1451
|
} | {
|
|
@@ -1462,8 +1462,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1462
1462
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1463
1463
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1464
1464
|
} | undefined;
|
|
1465
|
-
tag?: string | undefined;
|
|
1466
1465
|
public?: boolean | undefined;
|
|
1466
|
+
tag?: string | undefined;
|
|
1467
1467
|
hidden?: boolean | undefined;
|
|
1468
1468
|
root?: string | undefined;
|
|
1469
1469
|
} | {
|
|
@@ -1474,8 +1474,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1474
1474
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1475
1475
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
|
-
tag?: string | undefined;
|
|
1478
1477
|
public?: boolean | undefined;
|
|
1478
|
+
tag?: string | undefined;
|
|
1479
1479
|
hidden?: boolean | undefined;
|
|
1480
1480
|
root?: string | undefined;
|
|
1481
1481
|
})[];
|
|
@@ -1742,8 +1742,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1742
1742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1743
1743
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1744
1744
|
} | undefined;
|
|
1745
|
-
tag?: string | undefined;
|
|
1746
1745
|
public?: boolean | undefined;
|
|
1746
|
+
tag?: string | undefined;
|
|
1747
1747
|
hidden?: boolean | undefined;
|
|
1748
1748
|
root?: string | undefined;
|
|
1749
1749
|
} | {
|
|
@@ -1760,8 +1760,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1760
1760
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1761
1761
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1762
1762
|
} | undefined;
|
|
1763
|
-
tag?: string | undefined;
|
|
1764
1763
|
public?: boolean | undefined;
|
|
1764
|
+
tag?: string | undefined;
|
|
1765
1765
|
hidden?: boolean | undefined;
|
|
1766
1766
|
root?: string | undefined;
|
|
1767
1767
|
} | {
|
|
@@ -1772,8 +1772,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1772
1772
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1773
1773
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1774
1774
|
} | undefined;
|
|
1775
|
-
tag?: string | undefined;
|
|
1776
1775
|
public?: boolean | undefined;
|
|
1776
|
+
tag?: string | undefined;
|
|
1777
1777
|
hidden?: boolean | undefined;
|
|
1778
1778
|
root?: string | undefined;
|
|
1779
1779
|
})[];
|
|
@@ -1811,8 +1811,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1811
1811
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1812
1812
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1813
1813
|
} | undefined;
|
|
1814
|
-
tag?: string | undefined;
|
|
1815
1814
|
public?: boolean | undefined;
|
|
1815
|
+
tag?: string | undefined;
|
|
1816
1816
|
hidden?: boolean | undefined;
|
|
1817
1817
|
root?: string | undefined;
|
|
1818
1818
|
} | {
|
|
@@ -1829,8 +1829,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1829
1829
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1830
1830
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1831
1831
|
} | undefined;
|
|
1832
|
-
tag?: string | undefined;
|
|
1833
1832
|
public?: boolean | undefined;
|
|
1833
|
+
tag?: string | undefined;
|
|
1834
1834
|
hidden?: boolean | undefined;
|
|
1835
1835
|
root?: string | undefined;
|
|
1836
1836
|
} | {
|
|
@@ -1841,8 +1841,8 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1841
1841
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1842
1842
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1843
1843
|
} | undefined;
|
|
1844
|
-
tag?: string | undefined;
|
|
1845
1844
|
public?: boolean | undefined;
|
|
1845
|
+
tag?: string | undefined;
|
|
1846
1846
|
hidden?: boolean | undefined;
|
|
1847
1847
|
root?: string | undefined;
|
|
1848
1848
|
})[];
|