profinansy-ui-lib 4.1.57 → 4.1.59

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.
@@ -1,3 +1,789 @@
1
1
  import { TSideMenuCategory } from './SideMenuV2.typed';
2
2
  import { UserRole } from '../../../common.types';
3
- export declare const useGetSideMenuData: (category: TSideMenuCategory, hostname: string, hostnameLenta: string, hostnameLMS: string, hostnameKfp: string, userRole: UserRole, isLeaderboardPermission: boolean, isEmployee?: boolean, showMethodInvestIdeas?: boolean) => any;
3
+ export declare const useGetSideMenuData: (category: TSideMenuCategory, hostname: string, hostnameLenta: string, hostnameLMS: string, hostnameKfp: string, userRole: UserRole, isLeaderboardPermission: boolean, isEmployee?: boolean, showMethodInvestIdeas?: boolean) => {
4
+ name: string;
5
+ Icon: ComponentType<void>;
6
+ href: string;
7
+ subPages: {
8
+ name: string;
9
+ Icon: ComponentType<void>;
10
+ isFill: boolean;
11
+ isForeignAccess: boolean;
12
+ href: string;
13
+ locked: boolean;
14
+ }[];
15
+ } | {
16
+ name: string;
17
+ Icon: ComponentType<void>;
18
+ href: string;
19
+ subPages: ({
20
+ name: string;
21
+ Icon: ComponentType<void>;
22
+ isFill: boolean;
23
+ isForeignAccess: boolean;
24
+ href: string;
25
+ locked: boolean;
26
+ unavailable: boolean;
27
+ description: string;
28
+ imagePlug: string;
29
+ imagePlugMob: string;
30
+ } | {
31
+ name: string;
32
+ Icon: ComponentType<void>;
33
+ isFill: boolean;
34
+ href: string;
35
+ isForeignAccess?: undefined;
36
+ locked?: undefined;
37
+ unavailable?: undefined;
38
+ description?: undefined;
39
+ imagePlug?: undefined;
40
+ imagePlugMob?: undefined;
41
+ })[];
42
+ } | {
43
+ name: string;
44
+ Icon: ComponentType<void>;
45
+ href: string;
46
+ subPages: ({
47
+ name: string;
48
+ Icon: ComponentType<void>;
49
+ isFill: boolean;
50
+ isForeignAccess: boolean;
51
+ href: string;
52
+ locked: boolean;
53
+ subPages: {
54
+ name: string;
55
+ href: string;
56
+ locked: boolean;
57
+ innerPages: string[];
58
+ }[];
59
+ unavailable?: undefined;
60
+ description?: undefined;
61
+ imagePlug?: undefined;
62
+ imagePlugMob?: undefined;
63
+ innerPages?: undefined;
64
+ isNew?: undefined;
65
+ } | {
66
+ name: string;
67
+ Icon: ComponentType<void>;
68
+ isFill: boolean;
69
+ href: string;
70
+ isForeignAccess?: undefined;
71
+ locked?: undefined;
72
+ subPages?: undefined;
73
+ unavailable?: undefined;
74
+ description?: undefined;
75
+ imagePlug?: undefined;
76
+ imagePlugMob?: undefined;
77
+ innerPages?: undefined;
78
+ isNew?: undefined;
79
+ } | {
80
+ name: string;
81
+ Icon: ComponentType<void>;
82
+ isFill: boolean;
83
+ isForeignAccess: boolean;
84
+ href: string;
85
+ locked: boolean;
86
+ unavailable: boolean;
87
+ description: string;
88
+ imagePlug: string;
89
+ imagePlugMob: string;
90
+ innerPages: string[];
91
+ subPages: ({
92
+ name: string;
93
+ href: string;
94
+ locked: boolean;
95
+ isHit: boolean;
96
+ unavailable: boolean;
97
+ } | {
98
+ name: string;
99
+ href: string;
100
+ locked: boolean;
101
+ unavailable: boolean;
102
+ isHit?: undefined;
103
+ })[];
104
+ isNew?: undefined;
105
+ } | {
106
+ name: string;
107
+ Icon: ComponentType<void>;
108
+ isForeignAccess: boolean;
109
+ isFill: boolean;
110
+ href: string;
111
+ locked: boolean;
112
+ unavailable: boolean;
113
+ description: string;
114
+ imagePlug: string;
115
+ imagePlugMob: string;
116
+ innerPages: string[];
117
+ subPages: ({
118
+ name: string;
119
+ href: string;
120
+ locked: boolean;
121
+ unavailable: boolean;
122
+ isForeignAccess?: undefined;
123
+ } | {
124
+ name: string;
125
+ isForeignAccess: boolean;
126
+ href: string;
127
+ locked: boolean;
128
+ unavailable: boolean;
129
+ })[];
130
+ isNew?: undefined;
131
+ } | {
132
+ name: string;
133
+ href: string;
134
+ Icon: ComponentType<void>;
135
+ isFill: boolean;
136
+ isForeignAccess: boolean;
137
+ locked: boolean;
138
+ unavailable: boolean;
139
+ isNew: boolean;
140
+ description: string;
141
+ imagePlug: string;
142
+ imagePlugMob: string;
143
+ subPages?: undefined;
144
+ innerPages?: undefined;
145
+ } | {
146
+ name: string;
147
+ href: string;
148
+ Icon: ComponentType<void>;
149
+ isFill: boolean;
150
+ locked: boolean;
151
+ subPages: ({
152
+ name: string;
153
+ href: string;
154
+ locked: boolean;
155
+ crownShown?: undefined;
156
+ innerPages?: undefined;
157
+ isNotVisible?: undefined;
158
+ } | {
159
+ name: string;
160
+ href: string;
161
+ locked: boolean;
162
+ crownShown: boolean;
163
+ innerPages?: undefined;
164
+ isNotVisible?: undefined;
165
+ } | {
166
+ name: string;
167
+ href: string;
168
+ locked: boolean;
169
+ crownShown: boolean;
170
+ innerPages: string[];
171
+ isNotVisible?: undefined;
172
+ } | {
173
+ name: string;
174
+ href: string;
175
+ locked: boolean;
176
+ crownShown: boolean;
177
+ isNotVisible: boolean;
178
+ innerPages: string[];
179
+ })[];
180
+ isForeignAccess?: undefined;
181
+ unavailable?: undefined;
182
+ description?: undefined;
183
+ imagePlug?: undefined;
184
+ imagePlugMob?: undefined;
185
+ innerPages?: undefined;
186
+ isNew?: undefined;
187
+ } | {
188
+ name: string;
189
+ Icon: ComponentType<void>;
190
+ isFill: boolean;
191
+ isForeignAccess: boolean;
192
+ href: string;
193
+ locked?: undefined;
194
+ subPages?: undefined;
195
+ unavailable?: undefined;
196
+ description?: undefined;
197
+ imagePlug?: undefined;
198
+ imagePlugMob?: undefined;
199
+ innerPages?: undefined;
200
+ isNew?: undefined;
201
+ } | {
202
+ name: string;
203
+ Icon: ComponentType<void>;
204
+ isFill: boolean;
205
+ isForeignAccess: boolean;
206
+ href: string;
207
+ locked: boolean;
208
+ subPages?: undefined;
209
+ unavailable?: undefined;
210
+ description?: undefined;
211
+ imagePlug?: undefined;
212
+ imagePlugMob?: undefined;
213
+ innerPages?: undefined;
214
+ isNew?: undefined;
215
+ } | {
216
+ name: string;
217
+ Icon: ComponentType<void>;
218
+ isFill: boolean;
219
+ isForeignAccess: boolean;
220
+ href: string;
221
+ locked: boolean;
222
+ unavailable: boolean;
223
+ description: string;
224
+ imagePlug: string;
225
+ imagePlugMob: string;
226
+ subPages?: undefined;
227
+ innerPages?: undefined;
228
+ isNew?: undefined;
229
+ })[];
230
+ footerPages: {
231
+ name: string;
232
+ Icon: ComponentType<void>;
233
+ isFill: boolean;
234
+ isForeignAccess: boolean;
235
+ href: string;
236
+ }[];
237
+ } | {
238
+ name: string;
239
+ Icon: ComponentType<void>;
240
+ href: string;
241
+ subPages: ({
242
+ name: string;
243
+ Icon: ComponentType<void>;
244
+ href: string;
245
+ locked: boolean;
246
+ isNew?: undefined;
247
+ innerPages?: undefined;
248
+ hiddenFromChildren?: undefined;
249
+ subPages?: undefined;
250
+ } | {
251
+ name: string;
252
+ Icon: ComponentType<void>;
253
+ isNew: boolean;
254
+ href: string;
255
+ innerPages: string[];
256
+ hiddenFromChildren: boolean;
257
+ subPages: ({
258
+ name: string;
259
+ href: string;
260
+ locked?: undefined;
261
+ } | {
262
+ name: string;
263
+ href: string;
264
+ locked: boolean;
265
+ })[];
266
+ locked?: undefined;
267
+ } | {
268
+ name: string;
269
+ Icon: ComponentType<void>;
270
+ href: string;
271
+ hiddenFromChildren: boolean;
272
+ subPages: {
273
+ name: string;
274
+ href: string;
275
+ innerPages: string[];
276
+ }[];
277
+ locked?: undefined;
278
+ isNew?: undefined;
279
+ innerPages?: undefined;
280
+ } | {
281
+ name: string;
282
+ Icon: ComponentType<void>;
283
+ href: string;
284
+ innerPages: string[];
285
+ hiddenFromChildren: boolean;
286
+ subPages: ({
287
+ name: string;
288
+ href: string;
289
+ innerPages: string[];
290
+ isNotVisible?: undefined;
291
+ locked?: undefined;
292
+ hiddenFromChildren?: undefined;
293
+ } | {
294
+ name: string;
295
+ href: string;
296
+ isNotVisible: boolean;
297
+ innerPages: string[];
298
+ locked?: undefined;
299
+ hiddenFromChildren?: undefined;
300
+ } | {
301
+ name: string;
302
+ href: string;
303
+ locked: boolean;
304
+ innerPages: string[];
305
+ isNotVisible?: undefined;
306
+ hiddenFromChildren?: undefined;
307
+ } | {
308
+ name: string;
309
+ href: string;
310
+ hiddenFromChildren: true;
311
+ innerPages?: undefined;
312
+ isNotVisible?: undefined;
313
+ locked?: undefined;
314
+ })[];
315
+ locked?: undefined;
316
+ isNew?: undefined;
317
+ } | {
318
+ name: string;
319
+ Icon: ComponentType<void>;
320
+ href: string;
321
+ hiddenFromChildren: boolean;
322
+ subPages: ({
323
+ name: string;
324
+ href: string;
325
+ locked?: undefined;
326
+ } | {
327
+ name: string;
328
+ href: string;
329
+ locked: boolean;
330
+ })[];
331
+ locked?: undefined;
332
+ isNew?: undefined;
333
+ innerPages?: undefined;
334
+ } | {
335
+ name: string;
336
+ Icon: ComponentType<void>;
337
+ href: string;
338
+ hiddenFromChildren: boolean;
339
+ locked?: undefined;
340
+ isNew?: undefined;
341
+ innerPages?: undefined;
342
+ subPages?: undefined;
343
+ })[];
344
+ } | {
345
+ name: string;
346
+ Icon: ComponentType<void>;
347
+ href: string;
348
+ subPages: ({
349
+ name: string;
350
+ Icon: ComponentType<void>;
351
+ href: string;
352
+ isFill: boolean;
353
+ locked?: undefined;
354
+ subPages?: undefined;
355
+ hiddenFromChildren?: undefined;
356
+ preserveIconColor?: undefined;
357
+ isOpenNewTab?: undefined;
358
+ disabled?: undefined;
359
+ hint?: undefined;
360
+ innerPages?: undefined;
361
+ } | {
362
+ name: string;
363
+ Icon: ComponentType<void>;
364
+ href: string;
365
+ locked: boolean;
366
+ subPages: ({
367
+ name: string;
368
+ href: string;
369
+ locked: boolean;
370
+ disabled?: undefined;
371
+ hint?: undefined;
372
+ isFill?: undefined;
373
+ } | {
374
+ name: string;
375
+ href: string;
376
+ disabled: boolean;
377
+ hint: string;
378
+ isFill: boolean;
379
+ locked: boolean;
380
+ })[];
381
+ isFill?: undefined;
382
+ hiddenFromChildren?: undefined;
383
+ preserveIconColor?: undefined;
384
+ isOpenNewTab?: undefined;
385
+ disabled?: undefined;
386
+ hint?: undefined;
387
+ innerPages?: undefined;
388
+ } | {
389
+ name: string;
390
+ Icon: ComponentType<void>;
391
+ href: string;
392
+ hiddenFromChildren: boolean;
393
+ preserveIconColor: boolean;
394
+ isOpenNewTab: boolean;
395
+ isFill?: undefined;
396
+ locked?: undefined;
397
+ subPages?: undefined;
398
+ disabled?: undefined;
399
+ hint?: undefined;
400
+ innerPages?: undefined;
401
+ } | {
402
+ name: string;
403
+ Icon: ComponentType<void>;
404
+ href: string;
405
+ hiddenFromChildren: boolean;
406
+ isFill?: undefined;
407
+ locked?: undefined;
408
+ subPages?: undefined;
409
+ preserveIconColor?: undefined;
410
+ isOpenNewTab?: undefined;
411
+ disabled?: undefined;
412
+ hint?: undefined;
413
+ innerPages?: undefined;
414
+ } | {
415
+ name: string;
416
+ Icon: ComponentType<void>;
417
+ href: string;
418
+ hiddenFromChildren: boolean;
419
+ isFill: boolean;
420
+ subPages: ({
421
+ name: string;
422
+ href: string;
423
+ locked?: undefined;
424
+ } | {
425
+ name: string;
426
+ href: string;
427
+ locked: boolean;
428
+ })[];
429
+ locked?: undefined;
430
+ preserveIconColor?: undefined;
431
+ isOpenNewTab?: undefined;
432
+ disabled?: undefined;
433
+ hint?: undefined;
434
+ innerPages?: undefined;
435
+ } | {
436
+ name: string;
437
+ Icon: ComponentType<void>;
438
+ href: string;
439
+ disabled: boolean;
440
+ hint: string;
441
+ isFill: boolean;
442
+ locked?: undefined;
443
+ subPages?: undefined;
444
+ hiddenFromChildren?: undefined;
445
+ preserveIconColor?: undefined;
446
+ isOpenNewTab?: undefined;
447
+ innerPages?: undefined;
448
+ } | {
449
+ name: string;
450
+ Icon: ComponentType<void>;
451
+ href: string;
452
+ innerPages: string[];
453
+ hiddenFromChildren: boolean;
454
+ subPages: ({
455
+ name: string;
456
+ href: string;
457
+ innerPages: string[];
458
+ isNotVisible?: undefined;
459
+ locked?: undefined;
460
+ hiddenFromChildren?: undefined;
461
+ } | {
462
+ name: string;
463
+ href: string;
464
+ isNotVisible: boolean;
465
+ innerPages: string[];
466
+ locked?: undefined;
467
+ hiddenFromChildren?: undefined;
468
+ } | {
469
+ name: string;
470
+ href: string;
471
+ locked: boolean;
472
+ innerPages: string[];
473
+ isNotVisible?: undefined;
474
+ hiddenFromChildren?: undefined;
475
+ } | {
476
+ name: string;
477
+ href: string;
478
+ hiddenFromChildren: true;
479
+ innerPages?: undefined;
480
+ isNotVisible?: undefined;
481
+ locked?: undefined;
482
+ })[];
483
+ isFill?: undefined;
484
+ locked?: undefined;
485
+ preserveIconColor?: undefined;
486
+ isOpenNewTab?: undefined;
487
+ disabled?: undefined;
488
+ hint?: undefined;
489
+ } | {
490
+ name: string;
491
+ Icon: ComponentType<void>;
492
+ href: string;
493
+ hiddenFromChildren: boolean;
494
+ isFill: boolean;
495
+ subPages: ({
496
+ name: string;
497
+ href: string;
498
+ innerPages: string[];
499
+ } | {
500
+ name: string;
501
+ href: string;
502
+ innerPages?: undefined;
503
+ })[];
504
+ locked?: undefined;
505
+ preserveIconColor?: undefined;
506
+ isOpenNewTab?: undefined;
507
+ disabled?: undefined;
508
+ hint?: undefined;
509
+ innerPages?: undefined;
510
+ })[];
511
+ } | {
512
+ name: string;
513
+ href: string;
514
+ isWithoutSubpage: boolean;
515
+ hiddenFromChildren: boolean;
516
+ Icon: ComponentType<void>;
517
+ subPages: ({
518
+ name: string;
519
+ Icon: ComponentType<void>;
520
+ href: string;
521
+ innerPages?: undefined;
522
+ isFill?: undefined;
523
+ unavailable?: undefined;
524
+ isOpenUnavailable?: undefined;
525
+ subPages?: undefined;
526
+ } | {
527
+ name: string;
528
+ Icon: ComponentType<void>;
529
+ href: string;
530
+ innerPages: string[];
531
+ isFill?: undefined;
532
+ unavailable?: undefined;
533
+ isOpenUnavailable?: undefined;
534
+ subPages?: undefined;
535
+ } | {
536
+ name: string;
537
+ Icon: ComponentType<void>;
538
+ href: string;
539
+ isFill: boolean;
540
+ innerPages?: undefined;
541
+ unavailable?: undefined;
542
+ isOpenUnavailable?: undefined;
543
+ subPages?: undefined;
544
+ } | {
545
+ name: string;
546
+ Icon: ComponentType<void>;
547
+ unavailable: boolean;
548
+ isOpenUnavailable: boolean;
549
+ href: string;
550
+ innerPages: string[];
551
+ isFill?: undefined;
552
+ subPages?: undefined;
553
+ } | {
554
+ name: string;
555
+ Icon: ComponentType<void>;
556
+ unavailable: boolean;
557
+ isOpenUnavailable: boolean;
558
+ href: string;
559
+ subPages: {
560
+ name: string;
561
+ href: string;
562
+ }[];
563
+ innerPages?: undefined;
564
+ isFill?: undefined;
565
+ })[];
566
+ } | {
567
+ name: string;
568
+ href: string;
569
+ isWithoutSubpage: boolean;
570
+ Icon: ComponentType<void>;
571
+ hiddenFromChildren: boolean;
572
+ subPages: ({
573
+ name: string;
574
+ Icon: ComponentType<void>;
575
+ href: string;
576
+ isFill?: undefined;
577
+ unavailable?: undefined;
578
+ isOpenUnavailable?: undefined;
579
+ isDeleteCommonNavigation?: undefined;
580
+ isOpenNewTab?: undefined;
581
+ preserveIconColor?: undefined;
582
+ isNotVisible?: undefined;
583
+ innerPages?: undefined;
584
+ subPages?: undefined;
585
+ } | {
586
+ name: string;
587
+ Icon: ComponentType<void>;
588
+ href: string;
589
+ isFill: boolean;
590
+ unavailable?: undefined;
591
+ isOpenUnavailable?: undefined;
592
+ isDeleteCommonNavigation?: undefined;
593
+ isOpenNewTab?: undefined;
594
+ preserveIconColor?: undefined;
595
+ isNotVisible?: undefined;
596
+ innerPages?: undefined;
597
+ subPages?: undefined;
598
+ } | {
599
+ name: string;
600
+ Icon: ComponentType<void>;
601
+ href: string;
602
+ unavailable: boolean;
603
+ isOpenUnavailable: boolean;
604
+ isDeleteCommonNavigation: boolean;
605
+ isFill?: undefined;
606
+ isOpenNewTab?: undefined;
607
+ preserveIconColor?: undefined;
608
+ isNotVisible?: undefined;
609
+ innerPages?: undefined;
610
+ subPages?: undefined;
611
+ } | {
612
+ name: string;
613
+ Icon: ComponentType<void>;
614
+ href: string;
615
+ isOpenNewTab: boolean;
616
+ isFill?: undefined;
617
+ unavailable?: undefined;
618
+ isOpenUnavailable?: undefined;
619
+ isDeleteCommonNavigation?: undefined;
620
+ preserveIconColor?: undefined;
621
+ isNotVisible?: undefined;
622
+ innerPages?: undefined;
623
+ subPages?: undefined;
624
+ } | {
625
+ name: string;
626
+ Icon: ComponentType<void>;
627
+ href: string;
628
+ preserveIconColor: boolean;
629
+ isOpenNewTab: boolean;
630
+ isNotVisible: boolean;
631
+ isFill?: undefined;
632
+ unavailable?: undefined;
633
+ isOpenUnavailable?: undefined;
634
+ isDeleteCommonNavigation?: undefined;
635
+ innerPages?: undefined;
636
+ subPages?: undefined;
637
+ } | {
638
+ name: string;
639
+ Icon: ComponentType<void>;
640
+ href: string;
641
+ unavailable: boolean;
642
+ isOpenUnavailable: boolean;
643
+ innerPages: string[];
644
+ isFill?: undefined;
645
+ isDeleteCommonNavigation?: undefined;
646
+ isOpenNewTab?: undefined;
647
+ preserveIconColor?: undefined;
648
+ isNotVisible?: undefined;
649
+ subPages?: undefined;
650
+ } | {
651
+ name: string;
652
+ Icon: ComponentType<void>;
653
+ href: string;
654
+ isDeleteCommonNavigation: boolean;
655
+ subPages: {
656
+ name: string;
657
+ href: string;
658
+ }[];
659
+ isFill?: undefined;
660
+ unavailable?: undefined;
661
+ isOpenUnavailable?: undefined;
662
+ isOpenNewTab?: undefined;
663
+ preserveIconColor?: undefined;
664
+ isNotVisible?: undefined;
665
+ innerPages?: undefined;
666
+ })[];
667
+ } | {
668
+ name: string;
669
+ Icon: ComponentType<void>;
670
+ href: string;
671
+ subPages: ({
672
+ name: string;
673
+ Icon: ComponentType<void>;
674
+ isForeignAccess: boolean;
675
+ href: string;
676
+ isFill?: undefined;
677
+ nowrap?: undefined;
678
+ } | {
679
+ name: string;
680
+ Icon: ComponentType<void>;
681
+ href: string;
682
+ isFill: boolean;
683
+ isForeignAccess: boolean;
684
+ nowrap?: undefined;
685
+ } | {
686
+ name: string;
687
+ Icon: ComponentType<void>;
688
+ href: string;
689
+ nowrap: boolean;
690
+ isForeignAccess: boolean;
691
+ isFill?: undefined;
692
+ })[];
693
+ } | {
694
+ name: string;
695
+ subPages: ({
696
+ name: string;
697
+ Icon: ComponentType<void>;
698
+ isFill: boolean;
699
+ href: string;
700
+ nowrap?: undefined;
701
+ isNotVisible?: undefined;
702
+ } | {
703
+ name: string;
704
+ Icon: ComponentType<void>;
705
+ isFill: boolean;
706
+ href: string;
707
+ nowrap: boolean;
708
+ isNotVisible?: undefined;
709
+ } | {
710
+ name: string;
711
+ Icon: ComponentType<void>;
712
+ href: string;
713
+ isFill: boolean;
714
+ isNotVisible: boolean;
715
+ nowrap?: undefined;
716
+ })[];
717
+ } | {
718
+ title: string;
719
+ name: string;
720
+ href: string;
721
+ Icon: ComponentType<void>;
722
+ subPages: ({
723
+ name: "profile_favorite";
724
+ Icon: ComponentType<void>;
725
+ isForeignAccess: boolean;
726
+ href: string;
727
+ innerPages: string[];
728
+ subPages: {
729
+ name: string;
730
+ href: string;
731
+ }[];
732
+ } | {
733
+ name: string;
734
+ isFill: boolean;
735
+ isForeignAccess: boolean;
736
+ Icon: ComponentType<void>;
737
+ href: string;
738
+ hiddenFromChildren?: undefined;
739
+ innerPages?: undefined;
740
+ } | {
741
+ name: string;
742
+ Icon: ComponentType<void>;
743
+ isFill: boolean;
744
+ href: string;
745
+ hiddenFromChildren: boolean;
746
+ isForeignAccess?: undefined;
747
+ innerPages?: undefined;
748
+ } | {
749
+ name: string;
750
+ Icon: ComponentType<void>;
751
+ href: string;
752
+ isFill?: undefined;
753
+ isForeignAccess?: undefined;
754
+ hiddenFromChildren?: undefined;
755
+ innerPages?: undefined;
756
+ } | {
757
+ name: string;
758
+ Icon: ComponentType<void>;
759
+ href: string;
760
+ hiddenFromChildren: boolean;
761
+ isFill?: undefined;
762
+ isForeignAccess?: undefined;
763
+ innerPages?: undefined;
764
+ } | {
765
+ name: string;
766
+ Icon: ComponentType<void>;
767
+ isForeignAccess: boolean;
768
+ href: string;
769
+ isFill?: undefined;
770
+ hiddenFromChildren?: undefined;
771
+ innerPages?: undefined;
772
+ } | {
773
+ name: string;
774
+ Icon: ComponentType<void>;
775
+ isFill: boolean;
776
+ isForeignAccess: boolean;
777
+ href: string;
778
+ hiddenFromChildren: boolean;
779
+ innerPages?: undefined;
780
+ } | {
781
+ name: string;
782
+ Icon: ComponentType<void>;
783
+ isFill: boolean;
784
+ isForeignAccess: boolean;
785
+ href: string;
786
+ innerPages: string[];
787
+ hiddenFromChildren: boolean;
788
+ })[];
789
+ };