@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
|
@@ -377,8 +377,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
377
377
|
library?: "fontawesome" | "lucide" | undefined;
|
|
378
378
|
}>]>>;
|
|
379
379
|
group: z.ZodString;
|
|
380
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
381
380
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
381
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
382
382
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
383
383
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
384
384
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -405,8 +405,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
405
405
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
406
406
|
library?: "fontawesome" | "lucide" | undefined;
|
|
407
407
|
} | undefined;
|
|
408
|
-
tag?: string | undefined;
|
|
409
408
|
public?: boolean | undefined;
|
|
409
|
+
tag?: string | undefined;
|
|
410
410
|
hidden?: boolean | undefined;
|
|
411
411
|
root?: string | undefined;
|
|
412
412
|
}, {
|
|
@@ -423,8 +423,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
423
423
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
424
424
|
library?: "fontawesome" | "lucide" | undefined;
|
|
425
425
|
} | undefined;
|
|
426
|
-
tag?: string | undefined;
|
|
427
426
|
public?: boolean | undefined;
|
|
427
|
+
tag?: string | undefined;
|
|
428
428
|
hidden?: boolean | undefined;
|
|
429
429
|
root?: string | undefined;
|
|
430
430
|
}>, z.ZodObject<{
|
|
@@ -442,8 +442,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
442
442
|
library?: "fontawesome" | "lucide" | undefined;
|
|
443
443
|
}>]>>;
|
|
444
444
|
group: z.ZodString;
|
|
445
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
446
445
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
446
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
447
447
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
448
448
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
449
449
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -470,8 +470,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
470
470
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
471
471
|
library?: "fontawesome" | "lucide" | undefined;
|
|
472
472
|
} | undefined;
|
|
473
|
-
tag?: string | undefined;
|
|
474
473
|
public?: boolean | undefined;
|
|
474
|
+
tag?: string | undefined;
|
|
475
475
|
hidden?: boolean | undefined;
|
|
476
476
|
root?: string | undefined;
|
|
477
477
|
}, {
|
|
@@ -488,8 +488,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
488
488
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
489
489
|
library?: "fontawesome" | "lucide" | undefined;
|
|
490
490
|
} | undefined;
|
|
491
|
-
tag?: string | undefined;
|
|
492
491
|
public?: boolean | undefined;
|
|
492
|
+
tag?: string | undefined;
|
|
493
493
|
hidden?: boolean | undefined;
|
|
494
494
|
root?: string | undefined;
|
|
495
495
|
}>, z.ZodObject<{
|
|
@@ -507,8 +507,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
507
507
|
library?: "fontawesome" | "lucide" | undefined;
|
|
508
508
|
}>]>>;
|
|
509
509
|
group: z.ZodString;
|
|
510
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
511
510
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
511
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
512
512
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
513
513
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
514
514
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -520,8 +520,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
520
520
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
521
521
|
library?: "fontawesome" | "lucide" | undefined;
|
|
522
522
|
} | undefined;
|
|
523
|
-
tag?: string | undefined;
|
|
524
523
|
public?: boolean | undefined;
|
|
524
|
+
tag?: string | undefined;
|
|
525
525
|
hidden?: boolean | undefined;
|
|
526
526
|
root?: string | undefined;
|
|
527
527
|
}, {
|
|
@@ -532,8 +532,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
532
532
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
533
533
|
library?: "fontawesome" | "lucide" | undefined;
|
|
534
534
|
} | undefined;
|
|
535
|
-
tag?: string | undefined;
|
|
536
535
|
public?: boolean | undefined;
|
|
536
|
+
tag?: string | undefined;
|
|
537
537
|
hidden?: boolean | undefined;
|
|
538
538
|
root?: string | undefined;
|
|
539
539
|
}>]>, "many">;
|
|
@@ -552,8 +552,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
552
552
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
553
553
|
library?: "fontawesome" | "lucide" | undefined;
|
|
554
554
|
} | undefined;
|
|
555
|
-
tag?: string | undefined;
|
|
556
555
|
public?: boolean | undefined;
|
|
556
|
+
tag?: string | undefined;
|
|
557
557
|
hidden?: boolean | undefined;
|
|
558
558
|
root?: string | undefined;
|
|
559
559
|
} | {
|
|
@@ -570,8 +570,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
570
570
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
571
571
|
library?: "fontawesome" | "lucide" | undefined;
|
|
572
572
|
} | undefined;
|
|
573
|
-
tag?: string | undefined;
|
|
574
573
|
public?: boolean | undefined;
|
|
574
|
+
tag?: string | undefined;
|
|
575
575
|
hidden?: boolean | undefined;
|
|
576
576
|
root?: string | undefined;
|
|
577
577
|
} | {
|
|
@@ -582,8 +582,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
582
582
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
583
583
|
library?: "fontawesome" | "lucide" | undefined;
|
|
584
584
|
} | undefined;
|
|
585
|
-
tag?: string | undefined;
|
|
586
585
|
public?: boolean | undefined;
|
|
586
|
+
tag?: string | undefined;
|
|
587
587
|
hidden?: boolean | undefined;
|
|
588
588
|
root?: string | undefined;
|
|
589
589
|
})[];
|
|
@@ -603,8 +603,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
603
603
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
604
604
|
library?: "fontawesome" | "lucide" | undefined;
|
|
605
605
|
} | undefined;
|
|
606
|
-
tag?: string | undefined;
|
|
607
606
|
public?: boolean | undefined;
|
|
607
|
+
tag?: string | undefined;
|
|
608
608
|
hidden?: boolean | undefined;
|
|
609
609
|
root?: string | undefined;
|
|
610
610
|
} | {
|
|
@@ -621,8 +621,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
621
621
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
622
622
|
library?: "fontawesome" | "lucide" | undefined;
|
|
623
623
|
} | undefined;
|
|
624
|
-
tag?: string | undefined;
|
|
625
624
|
public?: boolean | undefined;
|
|
625
|
+
tag?: string | undefined;
|
|
626
626
|
hidden?: boolean | undefined;
|
|
627
627
|
root?: string | undefined;
|
|
628
628
|
} | {
|
|
@@ -633,8 +633,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
633
633
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
634
634
|
library?: "fontawesome" | "lucide" | undefined;
|
|
635
635
|
} | undefined;
|
|
636
|
-
tag?: string | undefined;
|
|
637
636
|
public?: boolean | undefined;
|
|
637
|
+
tag?: string | undefined;
|
|
638
638
|
hidden?: boolean | undefined;
|
|
639
639
|
root?: string | undefined;
|
|
640
640
|
})[];
|
|
@@ -1377,8 +1377,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1377
1377
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1378
1378
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1379
1379
|
} | undefined;
|
|
1380
|
-
tag?: string | undefined;
|
|
1381
1380
|
public?: boolean | undefined;
|
|
1381
|
+
tag?: string | undefined;
|
|
1382
1382
|
hidden?: boolean | undefined;
|
|
1383
1383
|
root?: string | undefined;
|
|
1384
1384
|
} | {
|
|
@@ -1395,8 +1395,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1395
1395
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1396
1396
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1397
1397
|
} | undefined;
|
|
1398
|
-
tag?: string | undefined;
|
|
1399
1398
|
public?: boolean | undefined;
|
|
1399
|
+
tag?: string | undefined;
|
|
1400
1400
|
hidden?: boolean | undefined;
|
|
1401
1401
|
root?: string | undefined;
|
|
1402
1402
|
} | {
|
|
@@ -1407,8 +1407,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1407
1407
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1408
1408
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1409
1409
|
} | undefined;
|
|
1410
|
-
tag?: string | undefined;
|
|
1411
1410
|
public?: boolean | undefined;
|
|
1411
|
+
tag?: string | undefined;
|
|
1412
1412
|
hidden?: boolean | undefined;
|
|
1413
1413
|
root?: string | undefined;
|
|
1414
1414
|
})[];
|
|
@@ -1446,8 +1446,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1446
1446
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1447
1447
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1448
1448
|
} | undefined;
|
|
1449
|
-
tag?: string | undefined;
|
|
1450
1449
|
public?: boolean | undefined;
|
|
1450
|
+
tag?: string | undefined;
|
|
1451
1451
|
hidden?: boolean | undefined;
|
|
1452
1452
|
root?: string | undefined;
|
|
1453
1453
|
} | {
|
|
@@ -1464,8 +1464,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1464
1464
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1465
1465
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1466
1466
|
} | undefined;
|
|
1467
|
-
tag?: string | undefined;
|
|
1468
1467
|
public?: boolean | undefined;
|
|
1468
|
+
tag?: string | undefined;
|
|
1469
1469
|
hidden?: boolean | undefined;
|
|
1470
1470
|
root?: string | undefined;
|
|
1471
1471
|
} | {
|
|
@@ -1476,8 +1476,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1476
1476
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1477
1477
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1478
1478
|
} | undefined;
|
|
1479
|
-
tag?: string | undefined;
|
|
1480
1479
|
public?: boolean | undefined;
|
|
1480
|
+
tag?: string | undefined;
|
|
1481
1481
|
hidden?: boolean | undefined;
|
|
1482
1482
|
root?: string | undefined;
|
|
1483
1483
|
})[];
|
|
@@ -1744,8 +1744,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1744
1744
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1745
1745
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1746
1746
|
} | undefined;
|
|
1747
|
-
tag?: string | undefined;
|
|
1748
1747
|
public?: boolean | undefined;
|
|
1748
|
+
tag?: string | undefined;
|
|
1749
1749
|
hidden?: boolean | undefined;
|
|
1750
1750
|
root?: string | undefined;
|
|
1751
1751
|
} | {
|
|
@@ -1762,8 +1762,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1762
1762
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1763
1763
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1764
1764
|
} | undefined;
|
|
1765
|
-
tag?: string | undefined;
|
|
1766
1765
|
public?: boolean | undefined;
|
|
1766
|
+
tag?: string | undefined;
|
|
1767
1767
|
hidden?: boolean | undefined;
|
|
1768
1768
|
root?: string | undefined;
|
|
1769
1769
|
} | {
|
|
@@ -1774,8 +1774,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1774
1774
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1775
1775
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1776
1776
|
} | undefined;
|
|
1777
|
-
tag?: string | undefined;
|
|
1778
1777
|
public?: boolean | undefined;
|
|
1778
|
+
tag?: string | undefined;
|
|
1779
1779
|
hidden?: boolean | undefined;
|
|
1780
1780
|
root?: string | undefined;
|
|
1781
1781
|
})[];
|
|
@@ -1813,8 +1813,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1813
1813
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1814
1814
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1815
1815
|
} | undefined;
|
|
1816
|
-
tag?: string | undefined;
|
|
1817
1816
|
public?: boolean | undefined;
|
|
1817
|
+
tag?: string | undefined;
|
|
1818
1818
|
hidden?: boolean | undefined;
|
|
1819
1819
|
root?: string | undefined;
|
|
1820
1820
|
} | {
|
|
@@ -1831,8 +1831,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1831
1831
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1832
1832
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1833
1833
|
} | undefined;
|
|
1834
|
-
tag?: string | undefined;
|
|
1835
1834
|
public?: boolean | undefined;
|
|
1835
|
+
tag?: string | undefined;
|
|
1836
1836
|
hidden?: boolean | undefined;
|
|
1837
1837
|
root?: string | undefined;
|
|
1838
1838
|
} | {
|
|
@@ -1843,8 +1843,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1843
1843
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1844
1844
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1845
1845
|
} | undefined;
|
|
1846
|
-
tag?: string | undefined;
|
|
1847
1846
|
public?: boolean | undefined;
|
|
1847
|
+
tag?: string | undefined;
|
|
1848
1848
|
hidden?: boolean | undefined;
|
|
1849
1849
|
root?: string | undefined;
|
|
1850
1850
|
})[];
|
|
@@ -2450,8 +2450,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2450
2450
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2451
2451
|
}>]>>;
|
|
2452
2452
|
group: z.ZodString;
|
|
2453
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2454
2453
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
2454
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
2455
2455
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2456
2456
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2457
2457
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -2478,8 +2478,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2478
2478
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2479
2479
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2480
2480
|
} | undefined;
|
|
2481
|
-
tag?: string | undefined;
|
|
2482
2481
|
public?: boolean | undefined;
|
|
2482
|
+
tag?: string | undefined;
|
|
2483
2483
|
hidden?: boolean | undefined;
|
|
2484
2484
|
root?: string | undefined;
|
|
2485
2485
|
}, {
|
|
@@ -2496,8 +2496,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2496
2496
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2497
2497
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2498
2498
|
} | undefined;
|
|
2499
|
-
tag?: string | undefined;
|
|
2500
2499
|
public?: boolean | undefined;
|
|
2500
|
+
tag?: string | undefined;
|
|
2501
2501
|
hidden?: boolean | undefined;
|
|
2502
2502
|
root?: string | undefined;
|
|
2503
2503
|
}>, z.ZodObject<{
|
|
@@ -2515,8 +2515,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2515
2515
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2516
2516
|
}>]>>;
|
|
2517
2517
|
group: z.ZodString;
|
|
2518
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2519
2518
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
2519
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
2520
2520
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2521
2521
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2522
2522
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -2543,8 +2543,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2543
2543
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2544
2544
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2545
2545
|
} | undefined;
|
|
2546
|
-
tag?: string | undefined;
|
|
2547
2546
|
public?: boolean | undefined;
|
|
2547
|
+
tag?: string | undefined;
|
|
2548
2548
|
hidden?: boolean | undefined;
|
|
2549
2549
|
root?: string | undefined;
|
|
2550
2550
|
}, {
|
|
@@ -2561,8 +2561,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2561
2561
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2562
2562
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2563
2563
|
} | undefined;
|
|
2564
|
-
tag?: string | undefined;
|
|
2565
2564
|
public?: boolean | undefined;
|
|
2565
|
+
tag?: string | undefined;
|
|
2566
2566
|
hidden?: boolean | undefined;
|
|
2567
2567
|
root?: string | undefined;
|
|
2568
2568
|
}>, z.ZodObject<{
|
|
@@ -2580,8 +2580,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2580
2580
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2581
2581
|
}>]>>;
|
|
2582
2582
|
group: z.ZodString;
|
|
2583
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2584
2583
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
2584
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
2585
2585
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2586
2586
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
2587
2587
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -2593,8 +2593,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2593
2593
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2594
2594
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2595
2595
|
} | undefined;
|
|
2596
|
-
tag?: string | undefined;
|
|
2597
2596
|
public?: boolean | undefined;
|
|
2597
|
+
tag?: string | undefined;
|
|
2598
2598
|
hidden?: boolean | undefined;
|
|
2599
2599
|
root?: string | undefined;
|
|
2600
2600
|
}, {
|
|
@@ -2605,8 +2605,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2605
2605
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2606
2606
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2607
2607
|
} | undefined;
|
|
2608
|
-
tag?: string | undefined;
|
|
2609
2608
|
public?: boolean | undefined;
|
|
2609
|
+
tag?: string | undefined;
|
|
2610
2610
|
hidden?: boolean | undefined;
|
|
2611
2611
|
root?: string | undefined;
|
|
2612
2612
|
}>]>, "many">;
|
|
@@ -2625,8 +2625,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2625
2625
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2626
2626
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2627
2627
|
} | undefined;
|
|
2628
|
-
tag?: string | undefined;
|
|
2629
2628
|
public?: boolean | undefined;
|
|
2629
|
+
tag?: string | undefined;
|
|
2630
2630
|
hidden?: boolean | undefined;
|
|
2631
2631
|
root?: string | undefined;
|
|
2632
2632
|
} | {
|
|
@@ -2643,8 +2643,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2643
2643
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2644
2644
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2645
2645
|
} | undefined;
|
|
2646
|
-
tag?: string | undefined;
|
|
2647
2646
|
public?: boolean | undefined;
|
|
2647
|
+
tag?: string | undefined;
|
|
2648
2648
|
hidden?: boolean | undefined;
|
|
2649
2649
|
root?: string | undefined;
|
|
2650
2650
|
} | {
|
|
@@ -2655,8 +2655,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2655
2655
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2656
2656
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2657
2657
|
} | undefined;
|
|
2658
|
-
tag?: string | undefined;
|
|
2659
2658
|
public?: boolean | undefined;
|
|
2659
|
+
tag?: string | undefined;
|
|
2660
2660
|
hidden?: boolean | undefined;
|
|
2661
2661
|
root?: string | undefined;
|
|
2662
2662
|
})[];
|
|
@@ -2676,8 +2676,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2676
2676
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2677
2677
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2678
2678
|
} | undefined;
|
|
2679
|
-
tag?: string | undefined;
|
|
2680
2679
|
public?: boolean | undefined;
|
|
2680
|
+
tag?: string | undefined;
|
|
2681
2681
|
hidden?: boolean | undefined;
|
|
2682
2682
|
root?: string | undefined;
|
|
2683
2683
|
} | {
|
|
@@ -2694,8 +2694,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2694
2694
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2695
2695
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2696
2696
|
} | undefined;
|
|
2697
|
-
tag?: string | undefined;
|
|
2698
2697
|
public?: boolean | undefined;
|
|
2698
|
+
tag?: string | undefined;
|
|
2699
2699
|
hidden?: boolean | undefined;
|
|
2700
2700
|
root?: string | undefined;
|
|
2701
2701
|
} | {
|
|
@@ -2706,8 +2706,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2706
2706
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2707
2707
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2708
2708
|
} | undefined;
|
|
2709
|
-
tag?: string | undefined;
|
|
2710
2709
|
public?: boolean | undefined;
|
|
2710
|
+
tag?: string | undefined;
|
|
2711
2711
|
hidden?: boolean | undefined;
|
|
2712
2712
|
root?: string | undefined;
|
|
2713
2713
|
})[];
|
|
@@ -3450,8 +3450,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3450
3450
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3451
3451
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3452
3452
|
} | undefined;
|
|
3453
|
-
tag?: string | undefined;
|
|
3454
3453
|
public?: boolean | undefined;
|
|
3454
|
+
tag?: string | undefined;
|
|
3455
3455
|
hidden?: boolean | undefined;
|
|
3456
3456
|
root?: string | undefined;
|
|
3457
3457
|
} | {
|
|
@@ -3468,8 +3468,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3468
3468
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3469
3469
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3470
3470
|
} | undefined;
|
|
3471
|
-
tag?: string | undefined;
|
|
3472
3471
|
public?: boolean | undefined;
|
|
3472
|
+
tag?: string | undefined;
|
|
3473
3473
|
hidden?: boolean | undefined;
|
|
3474
3474
|
root?: string | undefined;
|
|
3475
3475
|
} | {
|
|
@@ -3480,8 +3480,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3480
3480
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3481
3481
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3482
3482
|
} | undefined;
|
|
3483
|
-
tag?: string | undefined;
|
|
3484
3483
|
public?: boolean | undefined;
|
|
3484
|
+
tag?: string | undefined;
|
|
3485
3485
|
hidden?: boolean | undefined;
|
|
3486
3486
|
root?: string | undefined;
|
|
3487
3487
|
})[];
|
|
@@ -3519,8 +3519,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3519
3519
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3520
3520
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3521
3521
|
} | undefined;
|
|
3522
|
-
tag?: string | undefined;
|
|
3523
3522
|
public?: boolean | undefined;
|
|
3523
|
+
tag?: string | undefined;
|
|
3524
3524
|
hidden?: boolean | undefined;
|
|
3525
3525
|
root?: string | undefined;
|
|
3526
3526
|
} | {
|
|
@@ -3537,8 +3537,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3537
3537
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3538
3538
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3539
3539
|
} | undefined;
|
|
3540
|
-
tag?: string | undefined;
|
|
3541
3540
|
public?: boolean | undefined;
|
|
3541
|
+
tag?: string | undefined;
|
|
3542
3542
|
hidden?: boolean | undefined;
|
|
3543
3543
|
root?: string | undefined;
|
|
3544
3544
|
} | {
|
|
@@ -3549,8 +3549,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3549
3549
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3550
3550
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3551
3551
|
} | undefined;
|
|
3552
|
-
tag?: string | undefined;
|
|
3553
3552
|
public?: boolean | undefined;
|
|
3553
|
+
tag?: string | undefined;
|
|
3554
3554
|
hidden?: boolean | undefined;
|
|
3555
3555
|
root?: string | undefined;
|
|
3556
3556
|
})[];
|
|
@@ -3817,8 +3817,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3817
3817
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3818
3818
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3819
3819
|
} | undefined;
|
|
3820
|
-
tag?: string | undefined;
|
|
3821
3820
|
public?: boolean | undefined;
|
|
3821
|
+
tag?: string | undefined;
|
|
3822
3822
|
hidden?: boolean | undefined;
|
|
3823
3823
|
root?: string | undefined;
|
|
3824
3824
|
} | {
|
|
@@ -3835,8 +3835,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3835
3835
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3836
3836
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3837
3837
|
} | undefined;
|
|
3838
|
-
tag?: string | undefined;
|
|
3839
3838
|
public?: boolean | undefined;
|
|
3839
|
+
tag?: string | undefined;
|
|
3840
3840
|
hidden?: boolean | undefined;
|
|
3841
3841
|
root?: string | undefined;
|
|
3842
3842
|
} | {
|
|
@@ -3847,8 +3847,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3847
3847
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3848
3848
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3849
3849
|
} | undefined;
|
|
3850
|
-
tag?: string | undefined;
|
|
3851
3850
|
public?: boolean | undefined;
|
|
3851
|
+
tag?: string | undefined;
|
|
3852
3852
|
hidden?: boolean | undefined;
|
|
3853
3853
|
root?: string | undefined;
|
|
3854
3854
|
})[];
|
|
@@ -3886,8 +3886,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3886
3886
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3887
3887
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3888
3888
|
} | undefined;
|
|
3889
|
-
tag?: string | undefined;
|
|
3890
3889
|
public?: boolean | undefined;
|
|
3890
|
+
tag?: string | undefined;
|
|
3891
3891
|
hidden?: boolean | undefined;
|
|
3892
3892
|
root?: string | undefined;
|
|
3893
3893
|
} | {
|
|
@@ -3904,8 +3904,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3904
3904
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3905
3905
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3906
3906
|
} | undefined;
|
|
3907
|
-
tag?: string | undefined;
|
|
3908
3907
|
public?: boolean | undefined;
|
|
3908
|
+
tag?: string | undefined;
|
|
3909
3909
|
hidden?: boolean | undefined;
|
|
3910
3910
|
root?: string | undefined;
|
|
3911
3911
|
} | {
|
|
@@ -3916,8 +3916,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3916
3916
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3917
3917
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3918
3918
|
} | undefined;
|
|
3919
|
-
tag?: string | undefined;
|
|
3920
3919
|
public?: boolean | undefined;
|
|
3920
|
+
tag?: string | undefined;
|
|
3921
3921
|
hidden?: boolean | undefined;
|
|
3922
3922
|
root?: string | undefined;
|
|
3923
3923
|
})[];
|
|
@@ -4523,8 +4523,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4523
4523
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4524
4524
|
}>]>>;
|
|
4525
4525
|
group: z.ZodString;
|
|
4526
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
4527
4526
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
4527
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
4528
4528
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4529
4529
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4530
4530
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -4551,8 +4551,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4551
4551
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4552
4552
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4553
4553
|
} | undefined;
|
|
4554
|
-
tag?: string | undefined;
|
|
4555
4554
|
public?: boolean | undefined;
|
|
4555
|
+
tag?: string | undefined;
|
|
4556
4556
|
hidden?: boolean | undefined;
|
|
4557
4557
|
root?: string | undefined;
|
|
4558
4558
|
}, {
|
|
@@ -4569,8 +4569,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4569
4569
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4570
4570
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4571
4571
|
} | undefined;
|
|
4572
|
-
tag?: string | undefined;
|
|
4573
4572
|
public?: boolean | undefined;
|
|
4573
|
+
tag?: string | undefined;
|
|
4574
4574
|
hidden?: boolean | undefined;
|
|
4575
4575
|
root?: string | undefined;
|
|
4576
4576
|
}>, z.ZodObject<{
|
|
@@ -4588,8 +4588,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4588
4588
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4589
4589
|
}>]>>;
|
|
4590
4590
|
group: z.ZodString;
|
|
4591
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
4592
4591
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
4592
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
4593
4593
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4594
4594
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4595
4595
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -4616,8 +4616,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4616
4616
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4617
4617
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4618
4618
|
} | undefined;
|
|
4619
|
-
tag?: string | undefined;
|
|
4620
4619
|
public?: boolean | undefined;
|
|
4620
|
+
tag?: string | undefined;
|
|
4621
4621
|
hidden?: boolean | undefined;
|
|
4622
4622
|
root?: string | undefined;
|
|
4623
4623
|
}, {
|
|
@@ -4634,8 +4634,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4634
4634
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4635
4635
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4636
4636
|
} | undefined;
|
|
4637
|
-
tag?: string | undefined;
|
|
4638
4637
|
public?: boolean | undefined;
|
|
4638
|
+
tag?: string | undefined;
|
|
4639
4639
|
hidden?: boolean | undefined;
|
|
4640
4640
|
root?: string | undefined;
|
|
4641
4641
|
}>, z.ZodObject<{
|
|
@@ -4653,8 +4653,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4653
4653
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4654
4654
|
}>]>>;
|
|
4655
4655
|
group: z.ZodString;
|
|
4656
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
4657
4656
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
4657
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
4658
4658
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
4659
4659
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
4660
4660
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -4666,8 +4666,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4666
4666
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4667
4667
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4668
4668
|
} | undefined;
|
|
4669
|
-
tag?: string | undefined;
|
|
4670
4669
|
public?: boolean | undefined;
|
|
4670
|
+
tag?: string | undefined;
|
|
4671
4671
|
hidden?: boolean | undefined;
|
|
4672
4672
|
root?: string | undefined;
|
|
4673
4673
|
}, {
|
|
@@ -4678,8 +4678,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4678
4678
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4679
4679
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4680
4680
|
} | undefined;
|
|
4681
|
-
tag?: string | undefined;
|
|
4682
4681
|
public?: boolean | undefined;
|
|
4682
|
+
tag?: string | undefined;
|
|
4683
4683
|
hidden?: boolean | undefined;
|
|
4684
4684
|
root?: string | undefined;
|
|
4685
4685
|
}>]>, "many">;
|
|
@@ -4698,8 +4698,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4698
4698
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4699
4699
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4700
4700
|
} | undefined;
|
|
4701
|
-
tag?: string | undefined;
|
|
4702
4701
|
public?: boolean | undefined;
|
|
4702
|
+
tag?: string | undefined;
|
|
4703
4703
|
hidden?: boolean | undefined;
|
|
4704
4704
|
root?: string | undefined;
|
|
4705
4705
|
} | {
|
|
@@ -4716,8 +4716,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4716
4716
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4717
4717
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4718
4718
|
} | undefined;
|
|
4719
|
-
tag?: string | undefined;
|
|
4720
4719
|
public?: boolean | undefined;
|
|
4720
|
+
tag?: string | undefined;
|
|
4721
4721
|
hidden?: boolean | undefined;
|
|
4722
4722
|
root?: string | undefined;
|
|
4723
4723
|
} | {
|
|
@@ -4728,8 +4728,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4728
4728
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4729
4729
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4730
4730
|
} | undefined;
|
|
4731
|
-
tag?: string | undefined;
|
|
4732
4731
|
public?: boolean | undefined;
|
|
4732
|
+
tag?: string | undefined;
|
|
4733
4733
|
hidden?: boolean | undefined;
|
|
4734
4734
|
root?: string | undefined;
|
|
4735
4735
|
})[];
|
|
@@ -4749,8 +4749,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4749
4749
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4750
4750
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4751
4751
|
} | undefined;
|
|
4752
|
-
tag?: string | undefined;
|
|
4753
4752
|
public?: boolean | undefined;
|
|
4753
|
+
tag?: string | undefined;
|
|
4754
4754
|
hidden?: boolean | undefined;
|
|
4755
4755
|
root?: string | undefined;
|
|
4756
4756
|
} | {
|
|
@@ -4767,8 +4767,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4767
4767
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4768
4768
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4769
4769
|
} | undefined;
|
|
4770
|
-
tag?: string | undefined;
|
|
4771
4770
|
public?: boolean | undefined;
|
|
4771
|
+
tag?: string | undefined;
|
|
4772
4772
|
hidden?: boolean | undefined;
|
|
4773
4773
|
root?: string | undefined;
|
|
4774
4774
|
} | {
|
|
@@ -4779,8 +4779,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4779
4779
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
4780
4780
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4781
4781
|
} | undefined;
|
|
4782
|
-
tag?: string | undefined;
|
|
4783
4782
|
public?: boolean | undefined;
|
|
4783
|
+
tag?: string | undefined;
|
|
4784
4784
|
hidden?: boolean | undefined;
|
|
4785
4785
|
root?: string | undefined;
|
|
4786
4786
|
})[];
|
|
@@ -5523,8 +5523,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5523
5523
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5524
5524
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5525
5525
|
} | undefined;
|
|
5526
|
-
tag?: string | undefined;
|
|
5527
5526
|
public?: boolean | undefined;
|
|
5527
|
+
tag?: string | undefined;
|
|
5528
5528
|
hidden?: boolean | undefined;
|
|
5529
5529
|
root?: string | undefined;
|
|
5530
5530
|
} | {
|
|
@@ -5541,8 +5541,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5541
5541
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5542
5542
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5543
5543
|
} | undefined;
|
|
5544
|
-
tag?: string | undefined;
|
|
5545
5544
|
public?: boolean | undefined;
|
|
5545
|
+
tag?: string | undefined;
|
|
5546
5546
|
hidden?: boolean | undefined;
|
|
5547
5547
|
root?: string | undefined;
|
|
5548
5548
|
} | {
|
|
@@ -5553,8 +5553,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5553
5553
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5554
5554
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5555
5555
|
} | undefined;
|
|
5556
|
-
tag?: string | undefined;
|
|
5557
5556
|
public?: boolean | undefined;
|
|
5557
|
+
tag?: string | undefined;
|
|
5558
5558
|
hidden?: boolean | undefined;
|
|
5559
5559
|
root?: string | undefined;
|
|
5560
5560
|
})[];
|
|
@@ -5592,8 +5592,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5592
5592
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5593
5593
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5594
5594
|
} | undefined;
|
|
5595
|
-
tag?: string | undefined;
|
|
5596
5595
|
public?: boolean | undefined;
|
|
5596
|
+
tag?: string | undefined;
|
|
5597
5597
|
hidden?: boolean | undefined;
|
|
5598
5598
|
root?: string | undefined;
|
|
5599
5599
|
} | {
|
|
@@ -5610,8 +5610,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5610
5610
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5611
5611
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5612
5612
|
} | undefined;
|
|
5613
|
-
tag?: string | undefined;
|
|
5614
5613
|
public?: boolean | undefined;
|
|
5614
|
+
tag?: string | undefined;
|
|
5615
5615
|
hidden?: boolean | undefined;
|
|
5616
5616
|
root?: string | undefined;
|
|
5617
5617
|
} | {
|
|
@@ -5622,8 +5622,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5622
5622
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5623
5623
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5624
5624
|
} | undefined;
|
|
5625
|
-
tag?: string | undefined;
|
|
5626
5625
|
public?: boolean | undefined;
|
|
5626
|
+
tag?: string | undefined;
|
|
5627
5627
|
hidden?: boolean | undefined;
|
|
5628
5628
|
root?: string | undefined;
|
|
5629
5629
|
})[];
|
|
@@ -5890,8 +5890,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5890
5890
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5891
5891
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5892
5892
|
} | undefined;
|
|
5893
|
-
tag?: string | undefined;
|
|
5894
5893
|
public?: boolean | undefined;
|
|
5894
|
+
tag?: string | undefined;
|
|
5895
5895
|
hidden?: boolean | undefined;
|
|
5896
5896
|
root?: string | undefined;
|
|
5897
5897
|
} | {
|
|
@@ -5908,8 +5908,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5908
5908
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5909
5909
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5910
5910
|
} | undefined;
|
|
5911
|
-
tag?: string | undefined;
|
|
5912
5911
|
public?: boolean | undefined;
|
|
5912
|
+
tag?: string | undefined;
|
|
5913
5913
|
hidden?: boolean | undefined;
|
|
5914
5914
|
root?: string | undefined;
|
|
5915
5915
|
} | {
|
|
@@ -5920,8 +5920,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5920
5920
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5921
5921
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5922
5922
|
} | undefined;
|
|
5923
|
-
tag?: string | undefined;
|
|
5924
5923
|
public?: boolean | undefined;
|
|
5924
|
+
tag?: string | undefined;
|
|
5925
5925
|
hidden?: boolean | undefined;
|
|
5926
5926
|
root?: string | undefined;
|
|
5927
5927
|
})[];
|
|
@@ -5959,8 +5959,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5959
5959
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5960
5960
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5961
5961
|
} | undefined;
|
|
5962
|
-
tag?: string | undefined;
|
|
5963
5962
|
public?: boolean | undefined;
|
|
5963
|
+
tag?: string | undefined;
|
|
5964
5964
|
hidden?: boolean | undefined;
|
|
5965
5965
|
root?: string | undefined;
|
|
5966
5966
|
} | {
|
|
@@ -5977,8 +5977,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5977
5977
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5978
5978
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5979
5979
|
} | undefined;
|
|
5980
|
-
tag?: string | undefined;
|
|
5981
5980
|
public?: boolean | undefined;
|
|
5981
|
+
tag?: string | undefined;
|
|
5982
5982
|
hidden?: boolean | undefined;
|
|
5983
5983
|
root?: string | undefined;
|
|
5984
5984
|
} | {
|
|
@@ -5989,8 +5989,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5989
5989
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
5990
5990
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5991
5991
|
} | undefined;
|
|
5992
|
-
tag?: string | undefined;
|
|
5993
5992
|
public?: boolean | undefined;
|
|
5993
|
+
tag?: string | undefined;
|
|
5994
5994
|
hidden?: boolean | undefined;
|
|
5995
5995
|
root?: string | undefined;
|
|
5996
5996
|
})[];
|
|
@@ -6596,8 +6596,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6596
6596
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6597
6597
|
}>]>>;
|
|
6598
6598
|
group: z.ZodString;
|
|
6599
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
6600
6599
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
6600
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
6601
6601
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6602
6602
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6603
6603
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -6624,8 +6624,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6624
6624
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6625
6625
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6626
6626
|
} | undefined;
|
|
6627
|
-
tag?: string | undefined;
|
|
6628
6627
|
public?: boolean | undefined;
|
|
6628
|
+
tag?: string | undefined;
|
|
6629
6629
|
hidden?: boolean | undefined;
|
|
6630
6630
|
root?: string | undefined;
|
|
6631
6631
|
}, {
|
|
@@ -6642,8 +6642,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6642
6642
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6643
6643
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6644
6644
|
} | undefined;
|
|
6645
|
-
tag?: string | undefined;
|
|
6646
6645
|
public?: boolean | undefined;
|
|
6646
|
+
tag?: string | undefined;
|
|
6647
6647
|
hidden?: boolean | undefined;
|
|
6648
6648
|
root?: string | undefined;
|
|
6649
6649
|
}>, z.ZodObject<{
|
|
@@ -6661,8 +6661,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6661
6661
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6662
6662
|
}>]>>;
|
|
6663
6663
|
group: z.ZodString;
|
|
6664
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
6665
6664
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
6665
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
6666
6666
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6667
6667
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6668
6668
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -6689,8 +6689,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6689
6689
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6690
6690
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6691
6691
|
} | undefined;
|
|
6692
|
-
tag?: string | undefined;
|
|
6693
6692
|
public?: boolean | undefined;
|
|
6693
|
+
tag?: string | undefined;
|
|
6694
6694
|
hidden?: boolean | undefined;
|
|
6695
6695
|
root?: string | undefined;
|
|
6696
6696
|
}, {
|
|
@@ -6707,8 +6707,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6707
6707
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6708
6708
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6709
6709
|
} | undefined;
|
|
6710
|
-
tag?: string | undefined;
|
|
6711
6710
|
public?: boolean | undefined;
|
|
6711
|
+
tag?: string | undefined;
|
|
6712
6712
|
hidden?: boolean | undefined;
|
|
6713
6713
|
root?: string | undefined;
|
|
6714
6714
|
}>, z.ZodObject<{
|
|
@@ -6726,8 +6726,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6726
6726
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6727
6727
|
}>]>>;
|
|
6728
6728
|
group: z.ZodString;
|
|
6729
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
6730
6729
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
6730
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
6731
6731
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
6732
6732
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
6733
6733
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -6739,8 +6739,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6739
6739
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6740
6740
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6741
6741
|
} | undefined;
|
|
6742
|
-
tag?: string | undefined;
|
|
6743
6742
|
public?: boolean | undefined;
|
|
6743
|
+
tag?: string | undefined;
|
|
6744
6744
|
hidden?: boolean | undefined;
|
|
6745
6745
|
root?: string | undefined;
|
|
6746
6746
|
}, {
|
|
@@ -6751,8 +6751,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6751
6751
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6752
6752
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6753
6753
|
} | undefined;
|
|
6754
|
-
tag?: string | undefined;
|
|
6755
6754
|
public?: boolean | undefined;
|
|
6755
|
+
tag?: string | undefined;
|
|
6756
6756
|
hidden?: boolean | undefined;
|
|
6757
6757
|
root?: string | undefined;
|
|
6758
6758
|
}>]>, "many">;
|
|
@@ -6771,8 +6771,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6771
6771
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6772
6772
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6773
6773
|
} | undefined;
|
|
6774
|
-
tag?: string | undefined;
|
|
6775
6774
|
public?: boolean | undefined;
|
|
6775
|
+
tag?: string | undefined;
|
|
6776
6776
|
hidden?: boolean | undefined;
|
|
6777
6777
|
root?: string | undefined;
|
|
6778
6778
|
} | {
|
|
@@ -6789,8 +6789,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6789
6789
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6790
6790
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6791
6791
|
} | undefined;
|
|
6792
|
-
tag?: string | undefined;
|
|
6793
6792
|
public?: boolean | undefined;
|
|
6793
|
+
tag?: string | undefined;
|
|
6794
6794
|
hidden?: boolean | undefined;
|
|
6795
6795
|
root?: string | undefined;
|
|
6796
6796
|
} | {
|
|
@@ -6801,8 +6801,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6801
6801
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6802
6802
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6803
6803
|
} | undefined;
|
|
6804
|
-
tag?: string | undefined;
|
|
6805
6804
|
public?: boolean | undefined;
|
|
6805
|
+
tag?: string | undefined;
|
|
6806
6806
|
hidden?: boolean | undefined;
|
|
6807
6807
|
root?: string | undefined;
|
|
6808
6808
|
})[];
|
|
@@ -6822,8 +6822,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6822
6822
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6823
6823
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6824
6824
|
} | undefined;
|
|
6825
|
-
tag?: string | undefined;
|
|
6826
6825
|
public?: boolean | undefined;
|
|
6826
|
+
tag?: string | undefined;
|
|
6827
6827
|
hidden?: boolean | undefined;
|
|
6828
6828
|
root?: string | undefined;
|
|
6829
6829
|
} | {
|
|
@@ -6840,8 +6840,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6840
6840
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6841
6841
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6842
6842
|
} | undefined;
|
|
6843
|
-
tag?: string | undefined;
|
|
6844
6843
|
public?: boolean | undefined;
|
|
6844
|
+
tag?: string | undefined;
|
|
6845
6845
|
hidden?: boolean | undefined;
|
|
6846
6846
|
root?: string | undefined;
|
|
6847
6847
|
} | {
|
|
@@ -6852,8 +6852,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6852
6852
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
6853
6853
|
library?: "fontawesome" | "lucide" | undefined;
|
|
6854
6854
|
} | undefined;
|
|
6855
|
-
tag?: string | undefined;
|
|
6856
6855
|
public?: boolean | undefined;
|
|
6856
|
+
tag?: string | undefined;
|
|
6857
6857
|
hidden?: boolean | undefined;
|
|
6858
6858
|
root?: string | undefined;
|
|
6859
6859
|
})[];
|
|
@@ -7596,8 +7596,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7596
7596
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7597
7597
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7598
7598
|
} | undefined;
|
|
7599
|
-
tag?: string | undefined;
|
|
7600
7599
|
public?: boolean | undefined;
|
|
7600
|
+
tag?: string | undefined;
|
|
7601
7601
|
hidden?: boolean | undefined;
|
|
7602
7602
|
root?: string | undefined;
|
|
7603
7603
|
} | {
|
|
@@ -7614,8 +7614,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7614
7614
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7615
7615
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7616
7616
|
} | undefined;
|
|
7617
|
-
tag?: string | undefined;
|
|
7618
7617
|
public?: boolean | undefined;
|
|
7618
|
+
tag?: string | undefined;
|
|
7619
7619
|
hidden?: boolean | undefined;
|
|
7620
7620
|
root?: string | undefined;
|
|
7621
7621
|
} | {
|
|
@@ -7626,8 +7626,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7626
7626
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7627
7627
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7628
7628
|
} | undefined;
|
|
7629
|
-
tag?: string | undefined;
|
|
7630
7629
|
public?: boolean | undefined;
|
|
7630
|
+
tag?: string | undefined;
|
|
7631
7631
|
hidden?: boolean | undefined;
|
|
7632
7632
|
root?: string | undefined;
|
|
7633
7633
|
})[];
|
|
@@ -7665,8 +7665,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7665
7665
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7666
7666
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7667
7667
|
} | undefined;
|
|
7668
|
-
tag?: string | undefined;
|
|
7669
7668
|
public?: boolean | undefined;
|
|
7669
|
+
tag?: string | undefined;
|
|
7670
7670
|
hidden?: boolean | undefined;
|
|
7671
7671
|
root?: string | undefined;
|
|
7672
7672
|
} | {
|
|
@@ -7683,8 +7683,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7683
7683
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7684
7684
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7685
7685
|
} | undefined;
|
|
7686
|
-
tag?: string | undefined;
|
|
7687
7686
|
public?: boolean | undefined;
|
|
7687
|
+
tag?: string | undefined;
|
|
7688
7688
|
hidden?: boolean | undefined;
|
|
7689
7689
|
root?: string | undefined;
|
|
7690
7690
|
} | {
|
|
@@ -7695,8 +7695,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7695
7695
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7696
7696
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7697
7697
|
} | undefined;
|
|
7698
|
-
tag?: string | undefined;
|
|
7699
7698
|
public?: boolean | undefined;
|
|
7699
|
+
tag?: string | undefined;
|
|
7700
7700
|
hidden?: boolean | undefined;
|
|
7701
7701
|
root?: string | undefined;
|
|
7702
7702
|
})[];
|
|
@@ -7963,8 +7963,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7963
7963
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7964
7964
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7965
7965
|
} | undefined;
|
|
7966
|
-
tag?: string | undefined;
|
|
7967
7966
|
public?: boolean | undefined;
|
|
7967
|
+
tag?: string | undefined;
|
|
7968
7968
|
hidden?: boolean | undefined;
|
|
7969
7969
|
root?: string | undefined;
|
|
7970
7970
|
} | {
|
|
@@ -7981,8 +7981,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7981
7981
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7982
7982
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7983
7983
|
} | undefined;
|
|
7984
|
-
tag?: string | undefined;
|
|
7985
7984
|
public?: boolean | undefined;
|
|
7985
|
+
tag?: string | undefined;
|
|
7986
7986
|
hidden?: boolean | undefined;
|
|
7987
7987
|
root?: string | undefined;
|
|
7988
7988
|
} | {
|
|
@@ -7993,8 +7993,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7993
7993
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
7994
7994
|
library?: "fontawesome" | "lucide" | undefined;
|
|
7995
7995
|
} | undefined;
|
|
7996
|
-
tag?: string | undefined;
|
|
7997
7996
|
public?: boolean | undefined;
|
|
7997
|
+
tag?: string | undefined;
|
|
7998
7998
|
hidden?: boolean | undefined;
|
|
7999
7999
|
root?: string | undefined;
|
|
8000
8000
|
})[];
|
|
@@ -8032,8 +8032,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8032
8032
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8033
8033
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8034
8034
|
} | undefined;
|
|
8035
|
-
tag?: string | undefined;
|
|
8036
8035
|
public?: boolean | undefined;
|
|
8036
|
+
tag?: string | undefined;
|
|
8037
8037
|
hidden?: boolean | undefined;
|
|
8038
8038
|
root?: string | undefined;
|
|
8039
8039
|
} | {
|
|
@@ -8050,8 +8050,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8050
8050
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8051
8051
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8052
8052
|
} | undefined;
|
|
8053
|
-
tag?: string | undefined;
|
|
8054
8053
|
public?: boolean | undefined;
|
|
8054
|
+
tag?: string | undefined;
|
|
8055
8055
|
hidden?: boolean | undefined;
|
|
8056
8056
|
root?: string | undefined;
|
|
8057
8057
|
} | {
|
|
@@ -8062,8 +8062,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8062
8062
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8063
8063
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8064
8064
|
} | undefined;
|
|
8065
|
-
tag?: string | undefined;
|
|
8066
8065
|
public?: boolean | undefined;
|
|
8066
|
+
tag?: string | undefined;
|
|
8067
8067
|
hidden?: boolean | undefined;
|
|
8068
8068
|
root?: string | undefined;
|
|
8069
8069
|
})[];
|
|
@@ -8669,8 +8669,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8669
8669
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8670
8670
|
}>]>>;
|
|
8671
8671
|
group: z.ZodString;
|
|
8672
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
8673
8672
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
8673
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
8674
8674
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8675
8675
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8676
8676
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -8697,8 +8697,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8697
8697
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8698
8698
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8699
8699
|
} | undefined;
|
|
8700
|
-
tag?: string | undefined;
|
|
8701
8700
|
public?: boolean | undefined;
|
|
8701
|
+
tag?: string | undefined;
|
|
8702
8702
|
hidden?: boolean | undefined;
|
|
8703
8703
|
root?: string | undefined;
|
|
8704
8704
|
}, {
|
|
@@ -8715,8 +8715,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8715
8715
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8716
8716
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8717
8717
|
} | undefined;
|
|
8718
|
-
tag?: string | undefined;
|
|
8719
8718
|
public?: boolean | undefined;
|
|
8719
|
+
tag?: string | undefined;
|
|
8720
8720
|
hidden?: boolean | undefined;
|
|
8721
8721
|
root?: string | undefined;
|
|
8722
8722
|
}>, z.ZodObject<{
|
|
@@ -8734,8 +8734,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8734
8734
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8735
8735
|
}>]>>;
|
|
8736
8736
|
group: z.ZodString;
|
|
8737
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
8738
8737
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
8738
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
8739
8739
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8740
8740
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8741
8741
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -8762,8 +8762,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8762
8762
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8763
8763
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8764
8764
|
} | undefined;
|
|
8765
|
-
tag?: string | undefined;
|
|
8766
8765
|
public?: boolean | undefined;
|
|
8766
|
+
tag?: string | undefined;
|
|
8767
8767
|
hidden?: boolean | undefined;
|
|
8768
8768
|
root?: string | undefined;
|
|
8769
8769
|
}, {
|
|
@@ -8780,8 +8780,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8780
8780
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8781
8781
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8782
8782
|
} | undefined;
|
|
8783
|
-
tag?: string | undefined;
|
|
8784
8783
|
public?: boolean | undefined;
|
|
8784
|
+
tag?: string | undefined;
|
|
8785
8785
|
hidden?: boolean | undefined;
|
|
8786
8786
|
root?: string | undefined;
|
|
8787
8787
|
}>, z.ZodObject<{
|
|
@@ -8799,8 +8799,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8799
8799
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8800
8800
|
}>]>>;
|
|
8801
8801
|
group: z.ZodString;
|
|
8802
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
8803
8802
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
8803
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
8804
8804
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
8805
8805
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
8806
8806
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -8812,8 +8812,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8812
8812
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8813
8813
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8814
8814
|
} | undefined;
|
|
8815
|
-
tag?: string | undefined;
|
|
8816
8815
|
public?: boolean | undefined;
|
|
8816
|
+
tag?: string | undefined;
|
|
8817
8817
|
hidden?: boolean | undefined;
|
|
8818
8818
|
root?: string | undefined;
|
|
8819
8819
|
}, {
|
|
@@ -8824,8 +8824,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8824
8824
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8825
8825
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8826
8826
|
} | undefined;
|
|
8827
|
-
tag?: string | undefined;
|
|
8828
8827
|
public?: boolean | undefined;
|
|
8828
|
+
tag?: string | undefined;
|
|
8829
8829
|
hidden?: boolean | undefined;
|
|
8830
8830
|
root?: string | undefined;
|
|
8831
8831
|
}>]>, "many">;
|
|
@@ -8844,8 +8844,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8844
8844
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8845
8845
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8846
8846
|
} | undefined;
|
|
8847
|
-
tag?: string | undefined;
|
|
8848
8847
|
public?: boolean | undefined;
|
|
8848
|
+
tag?: string | undefined;
|
|
8849
8849
|
hidden?: boolean | undefined;
|
|
8850
8850
|
root?: string | undefined;
|
|
8851
8851
|
} | {
|
|
@@ -8862,8 +8862,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8862
8862
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8863
8863
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8864
8864
|
} | undefined;
|
|
8865
|
-
tag?: string | undefined;
|
|
8866
8865
|
public?: boolean | undefined;
|
|
8866
|
+
tag?: string | undefined;
|
|
8867
8867
|
hidden?: boolean | undefined;
|
|
8868
8868
|
root?: string | undefined;
|
|
8869
8869
|
} | {
|
|
@@ -8874,8 +8874,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8874
8874
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8875
8875
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8876
8876
|
} | undefined;
|
|
8877
|
-
tag?: string | undefined;
|
|
8878
8877
|
public?: boolean | undefined;
|
|
8878
|
+
tag?: string | undefined;
|
|
8879
8879
|
hidden?: boolean | undefined;
|
|
8880
8880
|
root?: string | undefined;
|
|
8881
8881
|
})[];
|
|
@@ -8895,8 +8895,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8895
8895
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8896
8896
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8897
8897
|
} | undefined;
|
|
8898
|
-
tag?: string | undefined;
|
|
8899
8898
|
public?: boolean | undefined;
|
|
8899
|
+
tag?: string | undefined;
|
|
8900
8900
|
hidden?: boolean | undefined;
|
|
8901
8901
|
root?: string | undefined;
|
|
8902
8902
|
} | {
|
|
@@ -8913,8 +8913,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8913
8913
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8914
8914
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8915
8915
|
} | undefined;
|
|
8916
|
-
tag?: string | undefined;
|
|
8917
8916
|
public?: boolean | undefined;
|
|
8917
|
+
tag?: string | undefined;
|
|
8918
8918
|
hidden?: boolean | undefined;
|
|
8919
8919
|
root?: string | undefined;
|
|
8920
8920
|
} | {
|
|
@@ -8925,8 +8925,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8925
8925
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
8926
8926
|
library?: "fontawesome" | "lucide" | undefined;
|
|
8927
8927
|
} | undefined;
|
|
8928
|
-
tag?: string | undefined;
|
|
8929
8928
|
public?: boolean | undefined;
|
|
8929
|
+
tag?: string | undefined;
|
|
8930
8930
|
hidden?: boolean | undefined;
|
|
8931
8931
|
root?: string | undefined;
|
|
8932
8932
|
})[];
|
|
@@ -9669,8 +9669,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9669
9669
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9670
9670
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9671
9671
|
} | undefined;
|
|
9672
|
-
tag?: string | undefined;
|
|
9673
9672
|
public?: boolean | undefined;
|
|
9673
|
+
tag?: string | undefined;
|
|
9674
9674
|
hidden?: boolean | undefined;
|
|
9675
9675
|
root?: string | undefined;
|
|
9676
9676
|
} | {
|
|
@@ -9687,8 +9687,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9687
9687
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9688
9688
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9689
9689
|
} | undefined;
|
|
9690
|
-
tag?: string | undefined;
|
|
9691
9690
|
public?: boolean | undefined;
|
|
9691
|
+
tag?: string | undefined;
|
|
9692
9692
|
hidden?: boolean | undefined;
|
|
9693
9693
|
root?: string | undefined;
|
|
9694
9694
|
} | {
|
|
@@ -9699,8 +9699,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9699
9699
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9700
9700
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9701
9701
|
} | undefined;
|
|
9702
|
-
tag?: string | undefined;
|
|
9703
9702
|
public?: boolean | undefined;
|
|
9703
|
+
tag?: string | undefined;
|
|
9704
9704
|
hidden?: boolean | undefined;
|
|
9705
9705
|
root?: string | undefined;
|
|
9706
9706
|
})[];
|
|
@@ -9738,8 +9738,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9738
9738
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9739
9739
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9740
9740
|
} | undefined;
|
|
9741
|
-
tag?: string | undefined;
|
|
9742
9741
|
public?: boolean | undefined;
|
|
9742
|
+
tag?: string | undefined;
|
|
9743
9743
|
hidden?: boolean | undefined;
|
|
9744
9744
|
root?: string | undefined;
|
|
9745
9745
|
} | {
|
|
@@ -9756,8 +9756,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9756
9756
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9757
9757
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9758
9758
|
} | undefined;
|
|
9759
|
-
tag?: string | undefined;
|
|
9760
9759
|
public?: boolean | undefined;
|
|
9760
|
+
tag?: string | undefined;
|
|
9761
9761
|
hidden?: boolean | undefined;
|
|
9762
9762
|
root?: string | undefined;
|
|
9763
9763
|
} | {
|
|
@@ -9768,8 +9768,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9768
9768
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
9769
9769
|
library?: "fontawesome" | "lucide" | undefined;
|
|
9770
9770
|
} | undefined;
|
|
9771
|
-
tag?: string | undefined;
|
|
9772
9771
|
public?: boolean | undefined;
|
|
9772
|
+
tag?: string | undefined;
|
|
9773
9773
|
hidden?: boolean | undefined;
|
|
9774
9774
|
root?: string | undefined;
|
|
9775
9775
|
})[];
|
|
@@ -10036,8 +10036,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10036
10036
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10037
10037
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10038
10038
|
} | undefined;
|
|
10039
|
-
tag?: string | undefined;
|
|
10040
10039
|
public?: boolean | undefined;
|
|
10040
|
+
tag?: string | undefined;
|
|
10041
10041
|
hidden?: boolean | undefined;
|
|
10042
10042
|
root?: string | undefined;
|
|
10043
10043
|
} | {
|
|
@@ -10054,8 +10054,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10054
10054
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10055
10055
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10056
10056
|
} | undefined;
|
|
10057
|
-
tag?: string | undefined;
|
|
10058
10057
|
public?: boolean | undefined;
|
|
10058
|
+
tag?: string | undefined;
|
|
10059
10059
|
hidden?: boolean | undefined;
|
|
10060
10060
|
root?: string | undefined;
|
|
10061
10061
|
} | {
|
|
@@ -10066,8 +10066,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10066
10066
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10067
10067
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10068
10068
|
} | undefined;
|
|
10069
|
-
tag?: string | undefined;
|
|
10070
10069
|
public?: boolean | undefined;
|
|
10070
|
+
tag?: string | undefined;
|
|
10071
10071
|
hidden?: boolean | undefined;
|
|
10072
10072
|
root?: string | undefined;
|
|
10073
10073
|
})[];
|
|
@@ -10105,8 +10105,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10105
10105
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10106
10106
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10107
10107
|
} | undefined;
|
|
10108
|
-
tag?: string | undefined;
|
|
10109
10108
|
public?: boolean | undefined;
|
|
10109
|
+
tag?: string | undefined;
|
|
10110
10110
|
hidden?: boolean | undefined;
|
|
10111
10111
|
root?: string | undefined;
|
|
10112
10112
|
} | {
|
|
@@ -10123,8 +10123,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10123
10123
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10124
10124
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10125
10125
|
} | undefined;
|
|
10126
|
-
tag?: string | undefined;
|
|
10127
10126
|
public?: boolean | undefined;
|
|
10127
|
+
tag?: string | undefined;
|
|
10128
10128
|
hidden?: boolean | undefined;
|
|
10129
10129
|
root?: string | undefined;
|
|
10130
10130
|
} | {
|
|
@@ -10135,8 +10135,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10135
10135
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10136
10136
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10137
10137
|
} | undefined;
|
|
10138
|
-
tag?: string | undefined;
|
|
10139
10138
|
public?: boolean | undefined;
|
|
10139
|
+
tag?: string | undefined;
|
|
10140
10140
|
hidden?: boolean | undefined;
|
|
10141
10141
|
root?: string | undefined;
|
|
10142
10142
|
})[];
|
|
@@ -10742,8 +10742,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10742
10742
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10743
10743
|
}>]>>;
|
|
10744
10744
|
group: z.ZodString;
|
|
10745
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
10746
10745
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
10746
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
10747
10747
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10748
10748
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10749
10749
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -10770,8 +10770,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10770
10770
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10771
10771
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10772
10772
|
} | undefined;
|
|
10773
|
-
tag?: string | undefined;
|
|
10774
10773
|
public?: boolean | undefined;
|
|
10774
|
+
tag?: string | undefined;
|
|
10775
10775
|
hidden?: boolean | undefined;
|
|
10776
10776
|
root?: string | undefined;
|
|
10777
10777
|
}, {
|
|
@@ -10788,8 +10788,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10788
10788
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10789
10789
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10790
10790
|
} | undefined;
|
|
10791
|
-
tag?: string | undefined;
|
|
10792
10791
|
public?: boolean | undefined;
|
|
10792
|
+
tag?: string | undefined;
|
|
10793
10793
|
hidden?: boolean | undefined;
|
|
10794
10794
|
root?: string | undefined;
|
|
10795
10795
|
}>, z.ZodObject<{
|
|
@@ -10807,8 +10807,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10807
10807
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10808
10808
|
}>]>>;
|
|
10809
10809
|
group: z.ZodString;
|
|
10810
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
10811
10810
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
10811
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
10812
10812
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10813
10813
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10814
10814
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -10835,8 +10835,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10835
10835
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10836
10836
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10837
10837
|
} | undefined;
|
|
10838
|
-
tag?: string | undefined;
|
|
10839
10838
|
public?: boolean | undefined;
|
|
10839
|
+
tag?: string | undefined;
|
|
10840
10840
|
hidden?: boolean | undefined;
|
|
10841
10841
|
root?: string | undefined;
|
|
10842
10842
|
}, {
|
|
@@ -10853,8 +10853,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10853
10853
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10854
10854
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10855
10855
|
} | undefined;
|
|
10856
|
-
tag?: string | undefined;
|
|
10857
10856
|
public?: boolean | undefined;
|
|
10857
|
+
tag?: string | undefined;
|
|
10858
10858
|
hidden?: boolean | undefined;
|
|
10859
10859
|
root?: string | undefined;
|
|
10860
10860
|
}>, z.ZodObject<{
|
|
@@ -10872,8 +10872,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10872
10872
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10873
10873
|
}>]>>;
|
|
10874
10874
|
group: z.ZodString;
|
|
10875
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
10876
10875
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
10876
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
10877
10877
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
10878
10878
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
10879
10879
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -10885,8 +10885,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10885
10885
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10886
10886
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10887
10887
|
} | undefined;
|
|
10888
|
-
tag?: string | undefined;
|
|
10889
10888
|
public?: boolean | undefined;
|
|
10889
|
+
tag?: string | undefined;
|
|
10890
10890
|
hidden?: boolean | undefined;
|
|
10891
10891
|
root?: string | undefined;
|
|
10892
10892
|
}, {
|
|
@@ -10897,8 +10897,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10897
10897
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10898
10898
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10899
10899
|
} | undefined;
|
|
10900
|
-
tag?: string | undefined;
|
|
10901
10900
|
public?: boolean | undefined;
|
|
10901
|
+
tag?: string | undefined;
|
|
10902
10902
|
hidden?: boolean | undefined;
|
|
10903
10903
|
root?: string | undefined;
|
|
10904
10904
|
}>]>, "many">;
|
|
@@ -10917,8 +10917,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10917
10917
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10918
10918
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10919
10919
|
} | undefined;
|
|
10920
|
-
tag?: string | undefined;
|
|
10921
10920
|
public?: boolean | undefined;
|
|
10921
|
+
tag?: string | undefined;
|
|
10922
10922
|
hidden?: boolean | undefined;
|
|
10923
10923
|
root?: string | undefined;
|
|
10924
10924
|
} | {
|
|
@@ -10935,8 +10935,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10935
10935
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10936
10936
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10937
10937
|
} | undefined;
|
|
10938
|
-
tag?: string | undefined;
|
|
10939
10938
|
public?: boolean | undefined;
|
|
10939
|
+
tag?: string | undefined;
|
|
10940
10940
|
hidden?: boolean | undefined;
|
|
10941
10941
|
root?: string | undefined;
|
|
10942
10942
|
} | {
|
|
@@ -10947,8 +10947,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10947
10947
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10948
10948
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10949
10949
|
} | undefined;
|
|
10950
|
-
tag?: string | undefined;
|
|
10951
10950
|
public?: boolean | undefined;
|
|
10951
|
+
tag?: string | undefined;
|
|
10952
10952
|
hidden?: boolean | undefined;
|
|
10953
10953
|
root?: string | undefined;
|
|
10954
10954
|
})[];
|
|
@@ -10968,8 +10968,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10968
10968
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10969
10969
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10970
10970
|
} | undefined;
|
|
10971
|
-
tag?: string | undefined;
|
|
10972
10971
|
public?: boolean | undefined;
|
|
10972
|
+
tag?: string | undefined;
|
|
10973
10973
|
hidden?: boolean | undefined;
|
|
10974
10974
|
root?: string | undefined;
|
|
10975
10975
|
} | {
|
|
@@ -10986,8 +10986,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10986
10986
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10987
10987
|
library?: "fontawesome" | "lucide" | undefined;
|
|
10988
10988
|
} | undefined;
|
|
10989
|
-
tag?: string | undefined;
|
|
10990
10989
|
public?: boolean | undefined;
|
|
10990
|
+
tag?: string | undefined;
|
|
10991
10991
|
hidden?: boolean | undefined;
|
|
10992
10992
|
root?: string | undefined;
|
|
10993
10993
|
} | {
|
|
@@ -10998,8 +10998,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10998
10998
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
10999
10999
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11000
11000
|
} | undefined;
|
|
11001
|
-
tag?: string | undefined;
|
|
11002
11001
|
public?: boolean | undefined;
|
|
11002
|
+
tag?: string | undefined;
|
|
11003
11003
|
hidden?: boolean | undefined;
|
|
11004
11004
|
root?: string | undefined;
|
|
11005
11005
|
})[];
|
|
@@ -11742,8 +11742,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11742
11742
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11743
11743
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11744
11744
|
} | undefined;
|
|
11745
|
-
tag?: string | undefined;
|
|
11746
11745
|
public?: boolean | undefined;
|
|
11746
|
+
tag?: string | undefined;
|
|
11747
11747
|
hidden?: boolean | undefined;
|
|
11748
11748
|
root?: string | undefined;
|
|
11749
11749
|
} | {
|
|
@@ -11760,8 +11760,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11760
11760
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11761
11761
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11762
11762
|
} | undefined;
|
|
11763
|
-
tag?: string | undefined;
|
|
11764
11763
|
public?: boolean | undefined;
|
|
11764
|
+
tag?: string | undefined;
|
|
11765
11765
|
hidden?: boolean | undefined;
|
|
11766
11766
|
root?: string | undefined;
|
|
11767
11767
|
} | {
|
|
@@ -11772,8 +11772,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11772
11772
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11773
11773
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11774
11774
|
} | undefined;
|
|
11775
|
-
tag?: string | undefined;
|
|
11776
11775
|
public?: boolean | undefined;
|
|
11776
|
+
tag?: string | undefined;
|
|
11777
11777
|
hidden?: boolean | undefined;
|
|
11778
11778
|
root?: string | undefined;
|
|
11779
11779
|
})[];
|
|
@@ -11811,8 +11811,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11811
11811
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11812
11812
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11813
11813
|
} | undefined;
|
|
11814
|
-
tag?: string | undefined;
|
|
11815
11814
|
public?: boolean | undefined;
|
|
11815
|
+
tag?: string | undefined;
|
|
11816
11816
|
hidden?: boolean | undefined;
|
|
11817
11817
|
root?: string | undefined;
|
|
11818
11818
|
} | {
|
|
@@ -11829,8 +11829,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11829
11829
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11830
11830
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11831
11831
|
} | undefined;
|
|
11832
|
-
tag?: string | undefined;
|
|
11833
11832
|
public?: boolean | undefined;
|
|
11833
|
+
tag?: string | undefined;
|
|
11834
11834
|
hidden?: boolean | undefined;
|
|
11835
11835
|
root?: string | undefined;
|
|
11836
11836
|
} | {
|
|
@@ -11841,8 +11841,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11841
11841
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
11842
11842
|
library?: "fontawesome" | "lucide" | undefined;
|
|
11843
11843
|
} | undefined;
|
|
11844
|
-
tag?: string | undefined;
|
|
11845
11844
|
public?: boolean | undefined;
|
|
11845
|
+
tag?: string | undefined;
|
|
11846
11846
|
hidden?: boolean | undefined;
|
|
11847
11847
|
root?: string | undefined;
|
|
11848
11848
|
})[];
|
|
@@ -12109,8 +12109,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12109
12109
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12110
12110
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12111
12111
|
} | undefined;
|
|
12112
|
-
tag?: string | undefined;
|
|
12113
12112
|
public?: boolean | undefined;
|
|
12113
|
+
tag?: string | undefined;
|
|
12114
12114
|
hidden?: boolean | undefined;
|
|
12115
12115
|
root?: string | undefined;
|
|
12116
12116
|
} | {
|
|
@@ -12127,8 +12127,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12127
12127
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12128
12128
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12129
12129
|
} | undefined;
|
|
12130
|
-
tag?: string | undefined;
|
|
12131
12130
|
public?: boolean | undefined;
|
|
12131
|
+
tag?: string | undefined;
|
|
12132
12132
|
hidden?: boolean | undefined;
|
|
12133
12133
|
root?: string | undefined;
|
|
12134
12134
|
} | {
|
|
@@ -12139,8 +12139,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12139
12139
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12140
12140
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12141
12141
|
} | undefined;
|
|
12142
|
-
tag?: string | undefined;
|
|
12143
12142
|
public?: boolean | undefined;
|
|
12143
|
+
tag?: string | undefined;
|
|
12144
12144
|
hidden?: boolean | undefined;
|
|
12145
12145
|
root?: string | undefined;
|
|
12146
12146
|
})[];
|
|
@@ -12178,8 +12178,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12178
12178
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12179
12179
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12180
12180
|
} | undefined;
|
|
12181
|
-
tag?: string | undefined;
|
|
12182
12181
|
public?: boolean | undefined;
|
|
12182
|
+
tag?: string | undefined;
|
|
12183
12183
|
hidden?: boolean | undefined;
|
|
12184
12184
|
root?: string | undefined;
|
|
12185
12185
|
} | {
|
|
@@ -12196,8 +12196,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12196
12196
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12197
12197
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12198
12198
|
} | undefined;
|
|
12199
|
-
tag?: string | undefined;
|
|
12200
12199
|
public?: boolean | undefined;
|
|
12200
|
+
tag?: string | undefined;
|
|
12201
12201
|
hidden?: boolean | undefined;
|
|
12202
12202
|
root?: string | undefined;
|
|
12203
12203
|
} | {
|
|
@@ -12208,8 +12208,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12208
12208
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12209
12209
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12210
12210
|
} | undefined;
|
|
12211
|
-
tag?: string | undefined;
|
|
12212
12211
|
public?: boolean | undefined;
|
|
12212
|
+
tag?: string | undefined;
|
|
12213
12213
|
hidden?: boolean | undefined;
|
|
12214
12214
|
root?: string | undefined;
|
|
12215
12215
|
})[];
|
|
@@ -12815,8 +12815,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12815
12815
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12816
12816
|
}>]>>;
|
|
12817
12817
|
group: z.ZodString;
|
|
12818
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
12819
12818
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
12819
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
12820
12820
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12821
12821
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
12822
12822
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -12843,8 +12843,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12843
12843
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12844
12844
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12845
12845
|
} | undefined;
|
|
12846
|
-
tag?: string | undefined;
|
|
12847
12846
|
public?: boolean | undefined;
|
|
12847
|
+
tag?: string | undefined;
|
|
12848
12848
|
hidden?: boolean | undefined;
|
|
12849
12849
|
root?: string | undefined;
|
|
12850
12850
|
}, {
|
|
@@ -12861,8 +12861,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12861
12861
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12862
12862
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12863
12863
|
} | undefined;
|
|
12864
|
-
tag?: string | undefined;
|
|
12865
12864
|
public?: boolean | undefined;
|
|
12865
|
+
tag?: string | undefined;
|
|
12866
12866
|
hidden?: boolean | undefined;
|
|
12867
12867
|
root?: string | undefined;
|
|
12868
12868
|
}>, z.ZodObject<{
|
|
@@ -12880,8 +12880,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12880
12880
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12881
12881
|
}>]>>;
|
|
12882
12882
|
group: z.ZodString;
|
|
12883
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
12884
12883
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
12884
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
12885
12885
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12886
12886
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
12887
12887
|
asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -12908,8 +12908,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12908
12908
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12909
12909
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12910
12910
|
} | undefined;
|
|
12911
|
-
tag?: string | undefined;
|
|
12912
12911
|
public?: boolean | undefined;
|
|
12912
|
+
tag?: string | undefined;
|
|
12913
12913
|
hidden?: boolean | undefined;
|
|
12914
12914
|
root?: string | undefined;
|
|
12915
12915
|
}, {
|
|
@@ -12926,8 +12926,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12926
12926
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12927
12927
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12928
12928
|
} | undefined;
|
|
12929
|
-
tag?: string | undefined;
|
|
12930
12929
|
public?: boolean | undefined;
|
|
12930
|
+
tag?: string | undefined;
|
|
12931
12931
|
hidden?: boolean | undefined;
|
|
12932
12932
|
root?: string | undefined;
|
|
12933
12933
|
}>, z.ZodObject<{
|
|
@@ -12945,8 +12945,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12945
12945
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12946
12946
|
}>]>>;
|
|
12947
12947
|
group: z.ZodString;
|
|
12948
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
12949
12948
|
public: z.ZodOptional<z.ZodBoolean>;
|
|
12949
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
12950
12950
|
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
12951
12951
|
root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
12952
12952
|
pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
|
|
@@ -12958,8 +12958,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12958
12958
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12959
12959
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12960
12960
|
} | undefined;
|
|
12961
|
-
tag?: string | undefined;
|
|
12962
12961
|
public?: boolean | undefined;
|
|
12962
|
+
tag?: string | undefined;
|
|
12963
12963
|
hidden?: boolean | undefined;
|
|
12964
12964
|
root?: string | undefined;
|
|
12965
12965
|
}, {
|
|
@@ -12970,8 +12970,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12970
12970
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12971
12971
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12972
12972
|
} | undefined;
|
|
12973
|
-
tag?: string | undefined;
|
|
12974
12973
|
public?: boolean | undefined;
|
|
12974
|
+
tag?: string | undefined;
|
|
12975
12975
|
hidden?: boolean | undefined;
|
|
12976
12976
|
root?: string | undefined;
|
|
12977
12977
|
}>]>, "many">;
|
|
@@ -12990,8 +12990,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12990
12990
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
12991
12991
|
library?: "fontawesome" | "lucide" | undefined;
|
|
12992
12992
|
} | undefined;
|
|
12993
|
-
tag?: string | undefined;
|
|
12994
12993
|
public?: boolean | undefined;
|
|
12994
|
+
tag?: string | undefined;
|
|
12995
12995
|
hidden?: boolean | undefined;
|
|
12996
12996
|
root?: string | undefined;
|
|
12997
12997
|
} | {
|
|
@@ -13008,8 +13008,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13008
13008
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13009
13009
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13010
13010
|
} | undefined;
|
|
13011
|
-
tag?: string | undefined;
|
|
13012
13011
|
public?: boolean | undefined;
|
|
13012
|
+
tag?: string | undefined;
|
|
13013
13013
|
hidden?: boolean | undefined;
|
|
13014
13014
|
root?: string | undefined;
|
|
13015
13015
|
} | {
|
|
@@ -13020,8 +13020,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13020
13020
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13021
13021
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13022
13022
|
} | undefined;
|
|
13023
|
-
tag?: string | undefined;
|
|
13024
13023
|
public?: boolean | undefined;
|
|
13024
|
+
tag?: string | undefined;
|
|
13025
13025
|
hidden?: boolean | undefined;
|
|
13026
13026
|
root?: string | undefined;
|
|
13027
13027
|
})[];
|
|
@@ -13041,8 +13041,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13041
13041
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13042
13042
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13043
13043
|
} | undefined;
|
|
13044
|
-
tag?: string | undefined;
|
|
13045
13044
|
public?: boolean | undefined;
|
|
13045
|
+
tag?: string | undefined;
|
|
13046
13046
|
hidden?: boolean | undefined;
|
|
13047
13047
|
root?: string | undefined;
|
|
13048
13048
|
} | {
|
|
@@ -13059,8 +13059,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13059
13059
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13060
13060
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13061
13061
|
} | undefined;
|
|
13062
|
-
tag?: string | undefined;
|
|
13063
13062
|
public?: boolean | undefined;
|
|
13063
|
+
tag?: string | undefined;
|
|
13064
13064
|
hidden?: boolean | undefined;
|
|
13065
13065
|
root?: string | undefined;
|
|
13066
13066
|
} | {
|
|
@@ -13071,8 +13071,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13071
13071
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13072
13072
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13073
13073
|
} | undefined;
|
|
13074
|
-
tag?: string | undefined;
|
|
13075
13074
|
public?: boolean | undefined;
|
|
13075
|
+
tag?: string | undefined;
|
|
13076
13076
|
hidden?: boolean | undefined;
|
|
13077
13077
|
root?: string | undefined;
|
|
13078
13078
|
})[];
|
|
@@ -13815,8 +13815,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13815
13815
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13816
13816
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13817
13817
|
} | undefined;
|
|
13818
|
-
tag?: string | undefined;
|
|
13819
13818
|
public?: boolean | undefined;
|
|
13819
|
+
tag?: string | undefined;
|
|
13820
13820
|
hidden?: boolean | undefined;
|
|
13821
13821
|
root?: string | undefined;
|
|
13822
13822
|
} | {
|
|
@@ -13833,8 +13833,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13833
13833
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13834
13834
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13835
13835
|
} | undefined;
|
|
13836
|
-
tag?: string | undefined;
|
|
13837
13836
|
public?: boolean | undefined;
|
|
13837
|
+
tag?: string | undefined;
|
|
13838
13838
|
hidden?: boolean | undefined;
|
|
13839
13839
|
root?: string | undefined;
|
|
13840
13840
|
} | {
|
|
@@ -13845,8 +13845,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13845
13845
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13846
13846
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13847
13847
|
} | undefined;
|
|
13848
|
-
tag?: string | undefined;
|
|
13849
13848
|
public?: boolean | undefined;
|
|
13849
|
+
tag?: string | undefined;
|
|
13850
13850
|
hidden?: boolean | undefined;
|
|
13851
13851
|
root?: string | undefined;
|
|
13852
13852
|
})[];
|
|
@@ -13884,8 +13884,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13884
13884
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13885
13885
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13886
13886
|
} | undefined;
|
|
13887
|
-
tag?: string | undefined;
|
|
13888
13887
|
public?: boolean | undefined;
|
|
13888
|
+
tag?: string | undefined;
|
|
13889
13889
|
hidden?: boolean | undefined;
|
|
13890
13890
|
root?: string | undefined;
|
|
13891
13891
|
} | {
|
|
@@ -13902,8 +13902,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13902
13902
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13903
13903
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13904
13904
|
} | undefined;
|
|
13905
|
-
tag?: string | undefined;
|
|
13906
13905
|
public?: boolean | undefined;
|
|
13906
|
+
tag?: string | undefined;
|
|
13907
13907
|
hidden?: boolean | undefined;
|
|
13908
13908
|
root?: string | undefined;
|
|
13909
13909
|
} | {
|
|
@@ -13914,8 +13914,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13914
13914
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
13915
13915
|
library?: "fontawesome" | "lucide" | undefined;
|
|
13916
13916
|
} | undefined;
|
|
13917
|
-
tag?: string | undefined;
|
|
13918
13917
|
public?: boolean | undefined;
|
|
13918
|
+
tag?: string | undefined;
|
|
13919
13919
|
hidden?: boolean | undefined;
|
|
13920
13920
|
root?: string | undefined;
|
|
13921
13921
|
})[];
|
|
@@ -14182,8 +14182,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14182
14182
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14183
14183
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14184
14184
|
} | undefined;
|
|
14185
|
-
tag?: string | undefined;
|
|
14186
14185
|
public?: boolean | undefined;
|
|
14186
|
+
tag?: string | undefined;
|
|
14187
14187
|
hidden?: boolean | undefined;
|
|
14188
14188
|
root?: string | undefined;
|
|
14189
14189
|
} | {
|
|
@@ -14200,8 +14200,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14200
14200
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14201
14201
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14202
14202
|
} | undefined;
|
|
14203
|
-
tag?: string | undefined;
|
|
14204
14203
|
public?: boolean | undefined;
|
|
14204
|
+
tag?: string | undefined;
|
|
14205
14205
|
hidden?: boolean | undefined;
|
|
14206
14206
|
root?: string | undefined;
|
|
14207
14207
|
} | {
|
|
@@ -14212,8 +14212,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14212
14212
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14213
14213
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14214
14214
|
} | undefined;
|
|
14215
|
-
tag?: string | undefined;
|
|
14216
14215
|
public?: boolean | undefined;
|
|
14216
|
+
tag?: string | undefined;
|
|
14217
14217
|
hidden?: boolean | undefined;
|
|
14218
14218
|
root?: string | undefined;
|
|
14219
14219
|
})[];
|
|
@@ -14251,8 +14251,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14251
14251
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14252
14252
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14253
14253
|
} | undefined;
|
|
14254
|
-
tag?: string | undefined;
|
|
14255
14254
|
public?: boolean | undefined;
|
|
14255
|
+
tag?: string | undefined;
|
|
14256
14256
|
hidden?: boolean | undefined;
|
|
14257
14257
|
root?: string | undefined;
|
|
14258
14258
|
} | {
|
|
@@ -14269,8 +14269,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14269
14269
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14270
14270
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14271
14271
|
} | undefined;
|
|
14272
|
-
tag?: string | undefined;
|
|
14273
14272
|
public?: boolean | undefined;
|
|
14273
|
+
tag?: string | undefined;
|
|
14274
14274
|
hidden?: boolean | undefined;
|
|
14275
14275
|
root?: string | undefined;
|
|
14276
14276
|
} | {
|
|
@@ -14281,8 +14281,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14281
14281
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
14282
14282
|
library?: "fontawesome" | "lucide" | undefined;
|
|
14283
14283
|
} | undefined;
|
|
14284
|
-
tag?: string | undefined;
|
|
14285
14284
|
public?: boolean | undefined;
|
|
14285
|
+
tag?: string | undefined;
|
|
14286
14286
|
hidden?: boolean | undefined;
|
|
14287
14287
|
root?: string | undefined;
|
|
14288
14288
|
})[];
|