@mintlify/validation 0.1.229 → 0.1.230

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.
@@ -211,31 +211,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
211
211
  href: string;
212
212
  }, {
213
213
  href: string;
214
- }>, z.ZodObject<{
214
+ }>, z.ZodLazy<z.ZodObject<{
215
215
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
216
216
  }, "strip", z.ZodTypeAny, {
217
217
  versions: any[];
218
218
  }, {
219
219
  versions: any[];
220
- }>, z.ZodObject<{
220
+ }>>, z.ZodLazy<z.ZodObject<{
221
221
  tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
222
222
  }, "strip", z.ZodTypeAny, {
223
223
  tabs: any[];
224
224
  }, {
225
225
  tabs: any[];
226
- }>, z.ZodObject<{
226
+ }>>, z.ZodLazy<z.ZodObject<{
227
227
  dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  dropdowns: any[];
230
230
  }, {
231
231
  dropdowns: any[];
232
- }>, z.ZodObject<{
232
+ }>>, z.ZodLazy<z.ZodObject<{
233
233
  anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
234
234
  }, "strip", z.ZodTypeAny, {
235
235
  anchors: any[];
236
236
  }, {
237
237
  anchors: any[];
238
- }>, z.ZodObject<{
238
+ }>>, z.ZodLazy<z.ZodObject<{
239
239
  groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
240
240
  group: z.ZodString;
241
241
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -272,13 +272,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
272
272
  openapi: (string | string[]) & (string | string[] | undefined);
273
273
  }, {
274
274
  openapi: (string | string[]) & (string | string[] | undefined);
275
- }>, z.ZodObject<{
276
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
275
+ }>, z.ZodLazy<z.ZodObject<{
276
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
277
277
  }, "strip", z.ZodTypeAny, {
278
- pages: import("./properties/navigation/pages.js").Page[];
278
+ pages: any[];
279
279
  }, {
280
- pages: import("./properties/navigation/pages.js").Page[];
281
- }>]>>, "many">;
280
+ pages: any[];
281
+ }>>]>>, "many">;
282
282
  }, "strip", z.ZodTypeAny, {
283
283
  groups: ({
284
284
  group: string;
@@ -291,7 +291,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
291
291
  } & ({
292
292
  openapi: (string | string[]) & (string | string[] | undefined);
293
293
  } | {
294
- pages: import("./properties/navigation/pages.js").Page[];
294
+ pages: any[];
295
295
  }))[];
296
296
  }, {
297
297
  groups: ({
@@ -305,15 +305,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
305
305
  } & ({
306
306
  openapi: (string | string[]) & (string | string[] | undefined);
307
307
  } | {
308
- pages: import("./properties/navigation/pages.js").Page[];
308
+ pages: any[];
309
309
  }))[];
310
- }>, z.ZodObject<{
311
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
310
+ }>>, z.ZodLazy<z.ZodObject<{
311
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
312
312
  }, "strip", z.ZodTypeAny, {
313
- pages: import("./properties/navigation/pages.js").Page[];
313
+ pages: any[];
314
314
  }, {
315
- pages: import("./properties/navigation/pages.js").Page[];
316
- }>]>>, "many">;
315
+ pages: any[];
316
+ }>>]>>, "many">;
317
317
  }, "strip", z.ZodTypeAny, {
318
318
  languages: ({
319
319
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -342,10 +342,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
342
342
  } & ({
343
343
  openapi: (string | string[]) & (string | string[] | undefined);
344
344
  } | {
345
- pages: import("./properties/navigation/pages.js").Page[];
345
+ pages: any[];
346
346
  }))[];
347
347
  } | {
348
- pages: import("./properties/navigation/pages.js").Page[];
348
+ pages: any[];
349
349
  }))[];
350
350
  }, {
351
351
  languages: ({
@@ -375,10 +375,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
375
375
  } & ({
376
376
  openapi: (string | string[]) & (string | string[] | undefined);
377
377
  } | {
378
- pages: import("./properties/navigation/pages.js").Page[];
378
+ pages: any[];
379
379
  }))[];
380
380
  } | {
381
- pages: import("./properties/navigation/pages.js").Page[];
381
+ pages: any[];
382
382
  }))[];
383
383
  }>, z.ZodObject<{
384
384
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
@@ -441,13 +441,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
441
441
  openapi: (string | string[]) & (string | string[] | undefined);
442
442
  }, {
443
443
  openapi: (string | string[]) & (string | string[] | undefined);
444
- }>, z.ZodObject<{
445
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
444
+ }>, z.ZodLazy<z.ZodObject<{
445
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
446
446
  }, "strip", z.ZodTypeAny, {
447
- pages: import("./properties/navigation/pages.js").Page[];
447
+ pages: any[];
448
448
  }, {
449
- pages: import("./properties/navigation/pages.js").Page[];
450
- }>]>>, "many">;
449
+ pages: any[];
450
+ }>>]>>, "many">;
451
451
  }, "strip", z.ZodTypeAny, {
452
452
  groups: ({
453
453
  group: string;
@@ -460,7 +460,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
460
460
  } & ({
461
461
  openapi: (string | string[]) & (string | string[] | undefined);
462
462
  } | {
463
- pages: import("./properties/navigation/pages.js").Page[];
463
+ pages: any[];
464
464
  }))[];
465
465
  }, {
466
466
  groups: ({
@@ -474,14 +474,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
474
474
  } & ({
475
475
  openapi: (string | string[]) & (string | string[] | undefined);
476
476
  } | {
477
- pages: import("./properties/navigation/pages.js").Page[];
477
+ pages: any[];
478
478
  }))[];
479
479
  }>, z.ZodObject<{
480
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
480
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
481
481
  }, "strip", z.ZodTypeAny, {
482
- pages: import("./properties/navigation/pages.js").Page[];
482
+ pages: any[];
483
483
  }, {
484
- pages: import("./properties/navigation/pages.js").Page[];
484
+ pages: any[];
485
485
  }>]>;
486
486
  footer: z.ZodOptional<z.ZodObject<{
487
487
  socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
@@ -993,10 +993,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
993
993
  } & ({
994
994
  openapi: (string | string[]) & (string | string[] | undefined);
995
995
  } | {
996
- pages: import("./properties/navigation/pages.js").Page[];
996
+ pages: any[];
997
997
  }))[];
998
998
  } | {
999
- pages: import("./properties/navigation/pages.js").Page[];
999
+ pages: any[];
1000
1000
  }))[];
1001
1001
  } | {
1002
1002
  versions: any[];
@@ -1018,10 +1018,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1018
1018
  } & ({
1019
1019
  openapi: (string | string[]) & (string | string[] | undefined);
1020
1020
  } | {
1021
- pages: import("./properties/navigation/pages.js").Page[];
1021
+ pages: any[];
1022
1022
  }))[];
1023
1023
  } | {
1024
- pages: import("./properties/navigation/pages.js").Page[];
1024
+ pages: any[];
1025
1025
  }) & ({
1026
1026
  languages: ({
1027
1027
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1050,10 +1050,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1050
1050
  } & ({
1051
1051
  openapi: (string | string[]) & (string | string[] | undefined);
1052
1052
  } | {
1053
- pages: import("./properties/navigation/pages.js").Page[];
1053
+ pages: any[];
1054
1054
  }))[];
1055
1055
  } | {
1056
- pages: import("./properties/navigation/pages.js").Page[];
1056
+ pages: any[];
1057
1057
  }))[];
1058
1058
  } | {
1059
1059
  versions: any[];
@@ -1075,10 +1075,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1075
1075
  } & ({
1076
1076
  openapi: (string | string[]) & (string | string[] | undefined);
1077
1077
  } | {
1078
- pages: import("./properties/navigation/pages.js").Page[];
1078
+ pages: any[];
1079
1079
  }))[];
1080
1080
  } | {
1081
- pages: import("./properties/navigation/pages.js").Page[];
1081
+ pages: any[];
1082
1082
  } | undefined);
1083
1083
  description?: string | undefined;
1084
1084
  logo?: string | {
@@ -1279,10 +1279,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1279
1279
  } & ({
1280
1280
  openapi: (string | string[]) & (string | string[] | undefined);
1281
1281
  } | {
1282
- pages: import("./properties/navigation/pages.js").Page[];
1282
+ pages: any[];
1283
1283
  }))[];
1284
1284
  } | {
1285
- pages: import("./properties/navigation/pages.js").Page[];
1285
+ pages: any[];
1286
1286
  }))[];
1287
1287
  } | {
1288
1288
  versions: any[];
@@ -1304,10 +1304,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1304
1304
  } & ({
1305
1305
  openapi: (string | string[]) & (string | string[] | undefined);
1306
1306
  } | {
1307
- pages: import("./properties/navigation/pages.js").Page[];
1307
+ pages: any[];
1308
1308
  }))[];
1309
1309
  } | {
1310
- pages: import("./properties/navigation/pages.js").Page[];
1310
+ pages: any[];
1311
1311
  }) & ({
1312
1312
  languages: ({
1313
1313
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1336,10 +1336,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1336
1336
  } & ({
1337
1337
  openapi: (string | string[]) & (string | string[] | undefined);
1338
1338
  } | {
1339
- pages: import("./properties/navigation/pages.js").Page[];
1339
+ pages: any[];
1340
1340
  }))[];
1341
1341
  } | {
1342
- pages: import("./properties/navigation/pages.js").Page[];
1342
+ pages: any[];
1343
1343
  }))[];
1344
1344
  } | {
1345
1345
  versions: any[];
@@ -1361,10 +1361,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1361
1361
  } & ({
1362
1362
  openapi: (string | string[]) & (string | string[] | undefined);
1363
1363
  } | {
1364
- pages: import("./properties/navigation/pages.js").Page[];
1364
+ pages: any[];
1365
1365
  }))[];
1366
1366
  } | {
1367
- pages: import("./properties/navigation/pages.js").Page[];
1367
+ pages: any[];
1368
1368
  } | undefined);
1369
1369
  $schema?: string | undefined;
1370
1370
  description?: string | undefined;
@@ -1741,31 +1741,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1741
1741
  href: string;
1742
1742
  }, {
1743
1743
  href: string;
1744
- }>, z.ZodObject<{
1744
+ }>, z.ZodLazy<z.ZodObject<{
1745
1745
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1746
1746
  }, "strip", z.ZodTypeAny, {
1747
1747
  versions: any[];
1748
1748
  }, {
1749
1749
  versions: any[];
1750
- }>, z.ZodObject<{
1750
+ }>>, z.ZodLazy<z.ZodObject<{
1751
1751
  tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1752
1752
  }, "strip", z.ZodTypeAny, {
1753
1753
  tabs: any[];
1754
1754
  }, {
1755
1755
  tabs: any[];
1756
- }>, z.ZodObject<{
1756
+ }>>, z.ZodLazy<z.ZodObject<{
1757
1757
  dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1758
1758
  }, "strip", z.ZodTypeAny, {
1759
1759
  dropdowns: any[];
1760
1760
  }, {
1761
1761
  dropdowns: any[];
1762
- }>, z.ZodObject<{
1762
+ }>>, z.ZodLazy<z.ZodObject<{
1763
1763
  anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1764
1764
  }, "strip", z.ZodTypeAny, {
1765
1765
  anchors: any[];
1766
1766
  }, {
1767
1767
  anchors: any[];
1768
- }>, z.ZodObject<{
1768
+ }>>, z.ZodLazy<z.ZodObject<{
1769
1769
  groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
1770
1770
  group: z.ZodString;
1771
1771
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -1802,13 +1802,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1802
1802
  openapi: (string | string[]) & (string | string[] | undefined);
1803
1803
  }, {
1804
1804
  openapi: (string | string[]) & (string | string[] | undefined);
1805
- }>, z.ZodObject<{
1806
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
1805
+ }>, z.ZodLazy<z.ZodObject<{
1806
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1807
1807
  }, "strip", z.ZodTypeAny, {
1808
- pages: import("./properties/navigation/pages.js").Page[];
1808
+ pages: any[];
1809
1809
  }, {
1810
- pages: import("./properties/navigation/pages.js").Page[];
1811
- }>]>>, "many">;
1810
+ pages: any[];
1811
+ }>>]>>, "many">;
1812
1812
  }, "strip", z.ZodTypeAny, {
1813
1813
  groups: ({
1814
1814
  group: string;
@@ -1821,7 +1821,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1821
1821
  } & ({
1822
1822
  openapi: (string | string[]) & (string | string[] | undefined);
1823
1823
  } | {
1824
- pages: import("./properties/navigation/pages.js").Page[];
1824
+ pages: any[];
1825
1825
  }))[];
1826
1826
  }, {
1827
1827
  groups: ({
@@ -1835,15 +1835,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1835
1835
  } & ({
1836
1836
  openapi: (string | string[]) & (string | string[] | undefined);
1837
1837
  } | {
1838
- pages: import("./properties/navigation/pages.js").Page[];
1838
+ pages: any[];
1839
1839
  }))[];
1840
- }>, z.ZodObject<{
1841
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
1840
+ }>>, z.ZodLazy<z.ZodObject<{
1841
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1842
1842
  }, "strip", z.ZodTypeAny, {
1843
- pages: import("./properties/navigation/pages.js").Page[];
1843
+ pages: any[];
1844
1844
  }, {
1845
- pages: import("./properties/navigation/pages.js").Page[];
1846
- }>]>>, "many">;
1845
+ pages: any[];
1846
+ }>>]>>, "many">;
1847
1847
  }, "strip", z.ZodTypeAny, {
1848
1848
  languages: ({
1849
1849
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1872,10 +1872,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1872
1872
  } & ({
1873
1873
  openapi: (string | string[]) & (string | string[] | undefined);
1874
1874
  } | {
1875
- pages: import("./properties/navigation/pages.js").Page[];
1875
+ pages: any[];
1876
1876
  }))[];
1877
1877
  } | {
1878
- pages: import("./properties/navigation/pages.js").Page[];
1878
+ pages: any[];
1879
1879
  }))[];
1880
1880
  }, {
1881
1881
  languages: ({
@@ -1905,10 +1905,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1905
1905
  } & ({
1906
1906
  openapi: (string | string[]) & (string | string[] | undefined);
1907
1907
  } | {
1908
- pages: import("./properties/navigation/pages.js").Page[];
1908
+ pages: any[];
1909
1909
  }))[];
1910
1910
  } | {
1911
- pages: import("./properties/navigation/pages.js").Page[];
1911
+ pages: any[];
1912
1912
  }))[];
1913
1913
  }>, z.ZodObject<{
1914
1914
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
@@ -1971,13 +1971,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1971
1971
  openapi: (string | string[]) & (string | string[] | undefined);
1972
1972
  }, {
1973
1973
  openapi: (string | string[]) & (string | string[] | undefined);
1974
- }>, z.ZodObject<{
1975
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
1974
+ }>, z.ZodLazy<z.ZodObject<{
1975
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1976
1976
  }, "strip", z.ZodTypeAny, {
1977
- pages: import("./properties/navigation/pages.js").Page[];
1977
+ pages: any[];
1978
1978
  }, {
1979
- pages: import("./properties/navigation/pages.js").Page[];
1980
- }>]>>, "many">;
1979
+ pages: any[];
1980
+ }>>]>>, "many">;
1981
1981
  }, "strip", z.ZodTypeAny, {
1982
1982
  groups: ({
1983
1983
  group: string;
@@ -1990,7 +1990,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1990
1990
  } & ({
1991
1991
  openapi: (string | string[]) & (string | string[] | undefined);
1992
1992
  } | {
1993
- pages: import("./properties/navigation/pages.js").Page[];
1993
+ pages: any[];
1994
1994
  }))[];
1995
1995
  }, {
1996
1996
  groups: ({
@@ -2004,14 +2004,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2004
2004
  } & ({
2005
2005
  openapi: (string | string[]) & (string | string[] | undefined);
2006
2006
  } | {
2007
- pages: import("./properties/navigation/pages.js").Page[];
2007
+ pages: any[];
2008
2008
  }))[];
2009
2009
  }>, z.ZodObject<{
2010
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
2010
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
2011
2011
  }, "strip", z.ZodTypeAny, {
2012
- pages: import("./properties/navigation/pages.js").Page[];
2012
+ pages: any[];
2013
2013
  }, {
2014
- pages: import("./properties/navigation/pages.js").Page[];
2014
+ pages: any[];
2015
2015
  }>]>;
2016
2016
  footer: z.ZodOptional<z.ZodObject<{
2017
2017
  socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
@@ -2523,10 +2523,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2523
2523
  } & ({
2524
2524
  openapi: (string | string[]) & (string | string[] | undefined);
2525
2525
  } | {
2526
- pages: import("./properties/navigation/pages.js").Page[];
2526
+ pages: any[];
2527
2527
  }))[];
2528
2528
  } | {
2529
- pages: import("./properties/navigation/pages.js").Page[];
2529
+ pages: any[];
2530
2530
  }))[];
2531
2531
  } | {
2532
2532
  versions: any[];
@@ -2548,10 +2548,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2548
2548
  } & ({
2549
2549
  openapi: (string | string[]) & (string | string[] | undefined);
2550
2550
  } | {
2551
- pages: import("./properties/navigation/pages.js").Page[];
2551
+ pages: any[];
2552
2552
  }))[];
2553
2553
  } | {
2554
- pages: import("./properties/navigation/pages.js").Page[];
2554
+ pages: any[];
2555
2555
  }) & ({
2556
2556
  languages: ({
2557
2557
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -2580,10 +2580,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2580
2580
  } & ({
2581
2581
  openapi: (string | string[]) & (string | string[] | undefined);
2582
2582
  } | {
2583
- pages: import("./properties/navigation/pages.js").Page[];
2583
+ pages: any[];
2584
2584
  }))[];
2585
2585
  } | {
2586
- pages: import("./properties/navigation/pages.js").Page[];
2586
+ pages: any[];
2587
2587
  }))[];
2588
2588
  } | {
2589
2589
  versions: any[];
@@ -2605,10 +2605,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2605
2605
  } & ({
2606
2606
  openapi: (string | string[]) & (string | string[] | undefined);
2607
2607
  } | {
2608
- pages: import("./properties/navigation/pages.js").Page[];
2608
+ pages: any[];
2609
2609
  }))[];
2610
2610
  } | {
2611
- pages: import("./properties/navigation/pages.js").Page[];
2611
+ pages: any[];
2612
2612
  } | undefined);
2613
2613
  description?: string | undefined;
2614
2614
  logo?: string | {
@@ -2809,10 +2809,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2809
2809
  } & ({
2810
2810
  openapi: (string | string[]) & (string | string[] | undefined);
2811
2811
  } | {
2812
- pages: import("./properties/navigation/pages.js").Page[];
2812
+ pages: any[];
2813
2813
  }))[];
2814
2814
  } | {
2815
- pages: import("./properties/navigation/pages.js").Page[];
2815
+ pages: any[];
2816
2816
  }))[];
2817
2817
  } | {
2818
2818
  versions: any[];
@@ -2834,10 +2834,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2834
2834
  } & ({
2835
2835
  openapi: (string | string[]) & (string | string[] | undefined);
2836
2836
  } | {
2837
- pages: import("./properties/navigation/pages.js").Page[];
2837
+ pages: any[];
2838
2838
  }))[];
2839
2839
  } | {
2840
- pages: import("./properties/navigation/pages.js").Page[];
2840
+ pages: any[];
2841
2841
  }) & ({
2842
2842
  languages: ({
2843
2843
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -2866,10 +2866,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2866
2866
  } & ({
2867
2867
  openapi: (string | string[]) & (string | string[] | undefined);
2868
2868
  } | {
2869
- pages: import("./properties/navigation/pages.js").Page[];
2869
+ pages: any[];
2870
2870
  }))[];
2871
2871
  } | {
2872
- pages: import("./properties/navigation/pages.js").Page[];
2872
+ pages: any[];
2873
2873
  }))[];
2874
2874
  } | {
2875
2875
  versions: any[];
@@ -2891,10 +2891,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2891
2891
  } & ({
2892
2892
  openapi: (string | string[]) & (string | string[] | undefined);
2893
2893
  } | {
2894
- pages: import("./properties/navigation/pages.js").Page[];
2894
+ pages: any[];
2895
2895
  }))[];
2896
2896
  } | {
2897
- pages: import("./properties/navigation/pages.js").Page[];
2897
+ pages: any[];
2898
2898
  } | undefined);
2899
2899
  $schema?: string | undefined;
2900
2900
  description?: string | undefined;
@@ -3271,31 +3271,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3271
3271
  href: string;
3272
3272
  }, {
3273
3273
  href: string;
3274
- }>, z.ZodObject<{
3274
+ }>, z.ZodLazy<z.ZodObject<{
3275
3275
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3276
3276
  }, "strip", z.ZodTypeAny, {
3277
3277
  versions: any[];
3278
3278
  }, {
3279
3279
  versions: any[];
3280
- }>, z.ZodObject<{
3280
+ }>>, z.ZodLazy<z.ZodObject<{
3281
3281
  tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3282
3282
  }, "strip", z.ZodTypeAny, {
3283
3283
  tabs: any[];
3284
3284
  }, {
3285
3285
  tabs: any[];
3286
- }>, z.ZodObject<{
3286
+ }>>, z.ZodLazy<z.ZodObject<{
3287
3287
  dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3288
3288
  }, "strip", z.ZodTypeAny, {
3289
3289
  dropdowns: any[];
3290
3290
  }, {
3291
3291
  dropdowns: any[];
3292
- }>, z.ZodObject<{
3292
+ }>>, z.ZodLazy<z.ZodObject<{
3293
3293
  anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3294
3294
  }, "strip", z.ZodTypeAny, {
3295
3295
  anchors: any[];
3296
3296
  }, {
3297
3297
  anchors: any[];
3298
- }>, z.ZodObject<{
3298
+ }>>, z.ZodLazy<z.ZodObject<{
3299
3299
  groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
3300
3300
  group: z.ZodString;
3301
3301
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -3332,13 +3332,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3332
3332
  openapi: (string | string[]) & (string | string[] | undefined);
3333
3333
  }, {
3334
3334
  openapi: (string | string[]) & (string | string[] | undefined);
3335
- }>, z.ZodObject<{
3336
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
3335
+ }>, z.ZodLazy<z.ZodObject<{
3336
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
- pages: import("./properties/navigation/pages.js").Page[];
3338
+ pages: any[];
3339
3339
  }, {
3340
- pages: import("./properties/navigation/pages.js").Page[];
3341
- }>]>>, "many">;
3340
+ pages: any[];
3341
+ }>>]>>, "many">;
3342
3342
  }, "strip", z.ZodTypeAny, {
3343
3343
  groups: ({
3344
3344
  group: string;
@@ -3351,7 +3351,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3351
3351
  } & ({
3352
3352
  openapi: (string | string[]) & (string | string[] | undefined);
3353
3353
  } | {
3354
- pages: import("./properties/navigation/pages.js").Page[];
3354
+ pages: any[];
3355
3355
  }))[];
3356
3356
  }, {
3357
3357
  groups: ({
@@ -3365,15 +3365,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3365
3365
  } & ({
3366
3366
  openapi: (string | string[]) & (string | string[] | undefined);
3367
3367
  } | {
3368
- pages: import("./properties/navigation/pages.js").Page[];
3368
+ pages: any[];
3369
3369
  }))[];
3370
- }>, z.ZodObject<{
3371
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
3370
+ }>>, z.ZodLazy<z.ZodObject<{
3371
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3372
3372
  }, "strip", z.ZodTypeAny, {
3373
- pages: import("./properties/navigation/pages.js").Page[];
3373
+ pages: any[];
3374
3374
  }, {
3375
- pages: import("./properties/navigation/pages.js").Page[];
3376
- }>]>>, "many">;
3375
+ pages: any[];
3376
+ }>>]>>, "many">;
3377
3377
  }, "strip", z.ZodTypeAny, {
3378
3378
  languages: ({
3379
3379
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -3402,10 +3402,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3402
3402
  } & ({
3403
3403
  openapi: (string | string[]) & (string | string[] | undefined);
3404
3404
  } | {
3405
- pages: import("./properties/navigation/pages.js").Page[];
3405
+ pages: any[];
3406
3406
  }))[];
3407
3407
  } | {
3408
- pages: import("./properties/navigation/pages.js").Page[];
3408
+ pages: any[];
3409
3409
  }))[];
3410
3410
  }, {
3411
3411
  languages: ({
@@ -3435,10 +3435,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3435
3435
  } & ({
3436
3436
  openapi: (string | string[]) & (string | string[] | undefined);
3437
3437
  } | {
3438
- pages: import("./properties/navigation/pages.js").Page[];
3438
+ pages: any[];
3439
3439
  }))[];
3440
3440
  } | {
3441
- pages: import("./properties/navigation/pages.js").Page[];
3441
+ pages: any[];
3442
3442
  }))[];
3443
3443
  }>, z.ZodObject<{
3444
3444
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
@@ -3501,13 +3501,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3501
3501
  openapi: (string | string[]) & (string | string[] | undefined);
3502
3502
  }, {
3503
3503
  openapi: (string | string[]) & (string | string[] | undefined);
3504
- }>, z.ZodObject<{
3505
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
3504
+ }>, z.ZodLazy<z.ZodObject<{
3505
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3506
3506
  }, "strip", z.ZodTypeAny, {
3507
- pages: import("./properties/navigation/pages.js").Page[];
3507
+ pages: any[];
3508
3508
  }, {
3509
- pages: import("./properties/navigation/pages.js").Page[];
3510
- }>]>>, "many">;
3509
+ pages: any[];
3510
+ }>>]>>, "many">;
3511
3511
  }, "strip", z.ZodTypeAny, {
3512
3512
  groups: ({
3513
3513
  group: string;
@@ -3520,7 +3520,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3520
3520
  } & ({
3521
3521
  openapi: (string | string[]) & (string | string[] | undefined);
3522
3522
  } | {
3523
- pages: import("./properties/navigation/pages.js").Page[];
3523
+ pages: any[];
3524
3524
  }))[];
3525
3525
  }, {
3526
3526
  groups: ({
@@ -3534,14 +3534,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3534
3534
  } & ({
3535
3535
  openapi: (string | string[]) & (string | string[] | undefined);
3536
3536
  } | {
3537
- pages: import("./properties/navigation/pages.js").Page[];
3537
+ pages: any[];
3538
3538
  }))[];
3539
3539
  }>, z.ZodObject<{
3540
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
3540
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
3541
3541
  }, "strip", z.ZodTypeAny, {
3542
- pages: import("./properties/navigation/pages.js").Page[];
3542
+ pages: any[];
3543
3543
  }, {
3544
- pages: import("./properties/navigation/pages.js").Page[];
3544
+ pages: any[];
3545
3545
  }>]>;
3546
3546
  footer: z.ZodOptional<z.ZodObject<{
3547
3547
  socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
@@ -4053,10 +4053,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4053
4053
  } & ({
4054
4054
  openapi: (string | string[]) & (string | string[] | undefined);
4055
4055
  } | {
4056
- pages: import("./properties/navigation/pages.js").Page[];
4056
+ pages: any[];
4057
4057
  }))[];
4058
4058
  } | {
4059
- pages: import("./properties/navigation/pages.js").Page[];
4059
+ pages: any[];
4060
4060
  }))[];
4061
4061
  } | {
4062
4062
  versions: any[];
@@ -4078,10 +4078,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4078
4078
  } & ({
4079
4079
  openapi: (string | string[]) & (string | string[] | undefined);
4080
4080
  } | {
4081
- pages: import("./properties/navigation/pages.js").Page[];
4081
+ pages: any[];
4082
4082
  }))[];
4083
4083
  } | {
4084
- pages: import("./properties/navigation/pages.js").Page[];
4084
+ pages: any[];
4085
4085
  }) & ({
4086
4086
  languages: ({
4087
4087
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -4110,10 +4110,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4110
4110
  } & ({
4111
4111
  openapi: (string | string[]) & (string | string[] | undefined);
4112
4112
  } | {
4113
- pages: import("./properties/navigation/pages.js").Page[];
4113
+ pages: any[];
4114
4114
  }))[];
4115
4115
  } | {
4116
- pages: import("./properties/navigation/pages.js").Page[];
4116
+ pages: any[];
4117
4117
  }))[];
4118
4118
  } | {
4119
4119
  versions: any[];
@@ -4135,10 +4135,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4135
4135
  } & ({
4136
4136
  openapi: (string | string[]) & (string | string[] | undefined);
4137
4137
  } | {
4138
- pages: import("./properties/navigation/pages.js").Page[];
4138
+ pages: any[];
4139
4139
  }))[];
4140
4140
  } | {
4141
- pages: import("./properties/navigation/pages.js").Page[];
4141
+ pages: any[];
4142
4142
  } | undefined);
4143
4143
  description?: string | undefined;
4144
4144
  logo?: string | {
@@ -4339,10 +4339,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4339
4339
  } & ({
4340
4340
  openapi: (string | string[]) & (string | string[] | undefined);
4341
4341
  } | {
4342
- pages: import("./properties/navigation/pages.js").Page[];
4342
+ pages: any[];
4343
4343
  }))[];
4344
4344
  } | {
4345
- pages: import("./properties/navigation/pages.js").Page[];
4345
+ pages: any[];
4346
4346
  }))[];
4347
4347
  } | {
4348
4348
  versions: any[];
@@ -4364,10 +4364,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4364
4364
  } & ({
4365
4365
  openapi: (string | string[]) & (string | string[] | undefined);
4366
4366
  } | {
4367
- pages: import("./properties/navigation/pages.js").Page[];
4367
+ pages: any[];
4368
4368
  }))[];
4369
4369
  } | {
4370
- pages: import("./properties/navigation/pages.js").Page[];
4370
+ pages: any[];
4371
4371
  }) & ({
4372
4372
  languages: ({
4373
4373
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -4396,10 +4396,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4396
4396
  } & ({
4397
4397
  openapi: (string | string[]) & (string | string[] | undefined);
4398
4398
  } | {
4399
- pages: import("./properties/navigation/pages.js").Page[];
4399
+ pages: any[];
4400
4400
  }))[];
4401
4401
  } | {
4402
- pages: import("./properties/navigation/pages.js").Page[];
4402
+ pages: any[];
4403
4403
  }))[];
4404
4404
  } | {
4405
4405
  versions: any[];
@@ -4421,10 +4421,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4421
4421
  } & ({
4422
4422
  openapi: (string | string[]) & (string | string[] | undefined);
4423
4423
  } | {
4424
- pages: import("./properties/navigation/pages.js").Page[];
4424
+ pages: any[];
4425
4425
  }))[];
4426
4426
  } | {
4427
- pages: import("./properties/navigation/pages.js").Page[];
4427
+ pages: any[];
4428
4428
  } | undefined);
4429
4429
  $schema?: string | undefined;
4430
4430
  description?: string | undefined;
@@ -4801,31 +4801,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4801
4801
  href: string;
4802
4802
  }, {
4803
4803
  href: string;
4804
- }>, z.ZodObject<{
4804
+ }>, z.ZodLazy<z.ZodObject<{
4805
4805
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
4806
4806
  }, "strip", z.ZodTypeAny, {
4807
4807
  versions: any[];
4808
4808
  }, {
4809
4809
  versions: any[];
4810
- }>, z.ZodObject<{
4810
+ }>>, z.ZodLazy<z.ZodObject<{
4811
4811
  tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
4812
4812
  }, "strip", z.ZodTypeAny, {
4813
4813
  tabs: any[];
4814
4814
  }, {
4815
4815
  tabs: any[];
4816
- }>, z.ZodObject<{
4816
+ }>>, z.ZodLazy<z.ZodObject<{
4817
4817
  dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
4818
4818
  }, "strip", z.ZodTypeAny, {
4819
4819
  dropdowns: any[];
4820
4820
  }, {
4821
4821
  dropdowns: any[];
4822
- }>, z.ZodObject<{
4822
+ }>>, z.ZodLazy<z.ZodObject<{
4823
4823
  anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
4824
4824
  }, "strip", z.ZodTypeAny, {
4825
4825
  anchors: any[];
4826
4826
  }, {
4827
4827
  anchors: any[];
4828
- }>, z.ZodObject<{
4828
+ }>>, z.ZodLazy<z.ZodObject<{
4829
4829
  groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
4830
4830
  group: z.ZodString;
4831
4831
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -4862,13 +4862,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4862
4862
  openapi: (string | string[]) & (string | string[] | undefined);
4863
4863
  }, {
4864
4864
  openapi: (string | string[]) & (string | string[] | undefined);
4865
- }>, z.ZodObject<{
4866
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
4865
+ }>, z.ZodLazy<z.ZodObject<{
4866
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
4867
4867
  }, "strip", z.ZodTypeAny, {
4868
- pages: import("./properties/navigation/pages.js").Page[];
4868
+ pages: any[];
4869
4869
  }, {
4870
- pages: import("./properties/navigation/pages.js").Page[];
4871
- }>]>>, "many">;
4870
+ pages: any[];
4871
+ }>>]>>, "many">;
4872
4872
  }, "strip", z.ZodTypeAny, {
4873
4873
  groups: ({
4874
4874
  group: string;
@@ -4881,7 +4881,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4881
4881
  } & ({
4882
4882
  openapi: (string | string[]) & (string | string[] | undefined);
4883
4883
  } | {
4884
- pages: import("./properties/navigation/pages.js").Page[];
4884
+ pages: any[];
4885
4885
  }))[];
4886
4886
  }, {
4887
4887
  groups: ({
@@ -4895,15 +4895,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4895
4895
  } & ({
4896
4896
  openapi: (string | string[]) & (string | string[] | undefined);
4897
4897
  } | {
4898
- pages: import("./properties/navigation/pages.js").Page[];
4898
+ pages: any[];
4899
4899
  }))[];
4900
- }>, z.ZodObject<{
4901
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
4900
+ }>>, z.ZodLazy<z.ZodObject<{
4901
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
4902
4902
  }, "strip", z.ZodTypeAny, {
4903
- pages: import("./properties/navigation/pages.js").Page[];
4903
+ pages: any[];
4904
4904
  }, {
4905
- pages: import("./properties/navigation/pages.js").Page[];
4906
- }>]>>, "many">;
4905
+ pages: any[];
4906
+ }>>]>>, "many">;
4907
4907
  }, "strip", z.ZodTypeAny, {
4908
4908
  languages: ({
4909
4909
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -4932,10 +4932,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4932
4932
  } & ({
4933
4933
  openapi: (string | string[]) & (string | string[] | undefined);
4934
4934
  } | {
4935
- pages: import("./properties/navigation/pages.js").Page[];
4935
+ pages: any[];
4936
4936
  }))[];
4937
4937
  } | {
4938
- pages: import("./properties/navigation/pages.js").Page[];
4938
+ pages: any[];
4939
4939
  }))[];
4940
4940
  }, {
4941
4941
  languages: ({
@@ -4965,10 +4965,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4965
4965
  } & ({
4966
4966
  openapi: (string | string[]) & (string | string[] | undefined);
4967
4967
  } | {
4968
- pages: import("./properties/navigation/pages.js").Page[];
4968
+ pages: any[];
4969
4969
  }))[];
4970
4970
  } | {
4971
- pages: import("./properties/navigation/pages.js").Page[];
4971
+ pages: any[];
4972
4972
  }))[];
4973
4973
  }>, z.ZodObject<{
4974
4974
  versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
@@ -5031,13 +5031,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5031
5031
  openapi: (string | string[]) & (string | string[] | undefined);
5032
5032
  }, {
5033
5033
  openapi: (string | string[]) & (string | string[] | undefined);
5034
- }>, z.ZodObject<{
5035
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
5034
+ }>, z.ZodLazy<z.ZodObject<{
5035
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
5036
5036
  }, "strip", z.ZodTypeAny, {
5037
- pages: import("./properties/navigation/pages.js").Page[];
5037
+ pages: any[];
5038
5038
  }, {
5039
- pages: import("./properties/navigation/pages.js").Page[];
5040
- }>]>>, "many">;
5039
+ pages: any[];
5040
+ }>>]>>, "many">;
5041
5041
  }, "strip", z.ZodTypeAny, {
5042
5042
  groups: ({
5043
5043
  group: string;
@@ -5050,7 +5050,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5050
5050
  } & ({
5051
5051
  openapi: (string | string[]) & (string | string[] | undefined);
5052
5052
  } | {
5053
- pages: import("./properties/navigation/pages.js").Page[];
5053
+ pages: any[];
5054
5054
  }))[];
5055
5055
  }, {
5056
5056
  groups: ({
@@ -5064,14 +5064,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5064
5064
  } & ({
5065
5065
  openapi: (string | string[]) & (string | string[] | undefined);
5066
5066
  } | {
5067
- pages: import("./properties/navigation/pages.js").Page[];
5067
+ pages: any[];
5068
5068
  }))[];
5069
5069
  }>, z.ZodObject<{
5070
- pages: z.ZodArray<z.ZodType<import("./properties/navigation/pages.js").Page, z.ZodTypeDef, import("./properties/navigation/pages.js").Page>, "many">;
5070
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
5071
5071
  }, "strip", z.ZodTypeAny, {
5072
- pages: import("./properties/navigation/pages.js").Page[];
5072
+ pages: any[];
5073
5073
  }, {
5074
- pages: import("./properties/navigation/pages.js").Page[];
5074
+ pages: any[];
5075
5075
  }>]>;
5076
5076
  footer: z.ZodOptional<z.ZodObject<{
5077
5077
  socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
@@ -5583,10 +5583,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5583
5583
  } & ({
5584
5584
  openapi: (string | string[]) & (string | string[] | undefined);
5585
5585
  } | {
5586
- pages: import("./properties/navigation/pages.js").Page[];
5586
+ pages: any[];
5587
5587
  }))[];
5588
5588
  } | {
5589
- pages: import("./properties/navigation/pages.js").Page[];
5589
+ pages: any[];
5590
5590
  }))[];
5591
5591
  } | {
5592
5592
  versions: any[];
@@ -5608,10 +5608,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5608
5608
  } & ({
5609
5609
  openapi: (string | string[]) & (string | string[] | undefined);
5610
5610
  } | {
5611
- pages: import("./properties/navigation/pages.js").Page[];
5611
+ pages: any[];
5612
5612
  }))[];
5613
5613
  } | {
5614
- pages: import("./properties/navigation/pages.js").Page[];
5614
+ pages: any[];
5615
5615
  }) & ({
5616
5616
  languages: ({
5617
5617
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -5640,10 +5640,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5640
5640
  } & ({
5641
5641
  openapi: (string | string[]) & (string | string[] | undefined);
5642
5642
  } | {
5643
- pages: import("./properties/navigation/pages.js").Page[];
5643
+ pages: any[];
5644
5644
  }))[];
5645
5645
  } | {
5646
- pages: import("./properties/navigation/pages.js").Page[];
5646
+ pages: any[];
5647
5647
  }))[];
5648
5648
  } | {
5649
5649
  versions: any[];
@@ -5665,10 +5665,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5665
5665
  } & ({
5666
5666
  openapi: (string | string[]) & (string | string[] | undefined);
5667
5667
  } | {
5668
- pages: import("./properties/navigation/pages.js").Page[];
5668
+ pages: any[];
5669
5669
  }))[];
5670
5670
  } | {
5671
- pages: import("./properties/navigation/pages.js").Page[];
5671
+ pages: any[];
5672
5672
  } | undefined);
5673
5673
  description?: string | undefined;
5674
5674
  logo?: string | {
@@ -5869,10 +5869,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5869
5869
  } & ({
5870
5870
  openapi: (string | string[]) & (string | string[] | undefined);
5871
5871
  } | {
5872
- pages: import("./properties/navigation/pages.js").Page[];
5872
+ pages: any[];
5873
5873
  }))[];
5874
5874
  } | {
5875
- pages: import("./properties/navigation/pages.js").Page[];
5875
+ pages: any[];
5876
5876
  }))[];
5877
5877
  } | {
5878
5878
  versions: any[];
@@ -5894,10 +5894,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5894
5894
  } & ({
5895
5895
  openapi: (string | string[]) & (string | string[] | undefined);
5896
5896
  } | {
5897
- pages: import("./properties/navigation/pages.js").Page[];
5897
+ pages: any[];
5898
5898
  }))[];
5899
5899
  } | {
5900
- pages: import("./properties/navigation/pages.js").Page[];
5900
+ pages: any[];
5901
5901
  }) & ({
5902
5902
  languages: ({
5903
5903
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -5926,10 +5926,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5926
5926
  } & ({
5927
5927
  openapi: (string | string[]) & (string | string[] | undefined);
5928
5928
  } | {
5929
- pages: import("./properties/navigation/pages.js").Page[];
5929
+ pages: any[];
5930
5930
  }))[];
5931
5931
  } | {
5932
- pages: import("./properties/navigation/pages.js").Page[];
5932
+ pages: any[];
5933
5933
  }))[];
5934
5934
  } | {
5935
5935
  versions: any[];
@@ -5951,10 +5951,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5951
5951
  } & ({
5952
5952
  openapi: (string | string[]) & (string | string[] | undefined);
5953
5953
  } | {
5954
- pages: import("./properties/navigation/pages.js").Page[];
5954
+ pages: any[];
5955
5955
  }))[];
5956
5956
  } | {
5957
- pages: import("./properties/navigation/pages.js").Page[];
5957
+ pages: any[];
5958
5958
  } | undefined);
5959
5959
  $schema?: string | undefined;
5960
5960
  description?: string | undefined;