@@ -35,10 +35,10 @@ declare const _exports: {
35
35
type : string ;
36
36
multiple : boolean ;
37
37
description : string ;
38
+ negatedDescription : string ;
38
39
path : string ;
39
40
} [ ] ;
40
41
description : string ;
41
- negatedDescription : string ;
42
42
simpleType : string ;
43
43
multiple : boolean ;
44
44
} ;
@@ -71,10 +71,10 @@ declare const _exports: {
71
71
type : string ;
72
72
multiple : boolean ;
73
73
description : string ;
74
+ negatedDescription : string ;
74
75
path : string ;
75
76
} [ ] ;
76
77
description : string ;
77
- negatedDescription : string ;
78
78
simpleType : string ;
79
79
multiple : boolean ;
80
80
} ;
@@ -105,10 +105,10 @@ declare const _exports: {
105
105
type : string ;
106
106
multiple : boolean ;
107
107
description : string ;
108
+ negatedDescription : string ;
108
109
path : string ;
109
110
} [ ] ;
110
111
description : string ;
111
- negatedDescription : string ;
112
112
simpleType : string ;
113
113
multiple : boolean ;
114
114
} ;
@@ -117,10 +117,10 @@ declare const _exports: {
117
117
type : string ;
118
118
multiple : boolean ;
119
119
description : string ;
120
+ negatedDescription : string ;
120
121
path : string ;
121
122
} [ ] ;
122
123
description : string ;
123
- negatedDescription : string ;
124
124
simpleType : string ;
125
125
multiple : boolean ;
126
126
} ;
@@ -235,10 +235,10 @@ declare const _exports: {
235
235
type : string ;
236
236
multiple : boolean ;
237
237
description : string ;
238
+ negatedDescription : string ;
238
239
path : string ;
239
240
} [ ] ;
240
241
description : string ;
241
- negatedDescription : string ;
242
242
simpleType : string ;
243
243
multiple : boolean ;
244
244
} ;
@@ -279,18 +279,19 @@ declare const _exports: {
279
279
type : string ;
280
280
multiple : boolean ;
281
281
description : string ;
282
+ negatedDescription : string ;
282
283
path : string ;
283
284
}
284
285
| {
285
286
type : string ;
286
287
values : string [ ] ;
287
288
multiple : boolean ;
288
289
description : string ;
290
+ negatedDescription : string ;
289
291
path : string ;
290
292
}
291
293
) [ ] ;
292
294
description : string ;
293
- negatedDescription : string ;
294
295
simpleType : string ;
295
296
multiple : boolean ;
296
297
} ;
@@ -299,10 +300,10 @@ declare const _exports: {
299
300
type : string ;
300
301
multiple : boolean ;
301
302
description : string ;
303
+ negatedDescription : string ;
302
304
path : string ;
303
305
} [ ] ;
304
306
description : string ;
305
- negatedDescription : string ;
306
307
simpleType : string ;
307
308
multiple : boolean ;
308
309
} ;
@@ -311,10 +312,10 @@ declare const _exports: {
311
312
type : string ;
312
313
multiple : boolean ;
313
314
description : string ;
315
+ negatedDescription : string ;
314
316
path : string ;
315
317
} [ ] ;
316
318
description : string ;
317
- negatedDescription : string ;
318
319
simpleType : string ;
319
320
multiple : boolean ;
320
321
} ;
@@ -466,10 +467,10 @@ declare const _exports: {
466
467
type : string ;
467
468
multiple : boolean ;
468
469
description : string ;
470
+ negatedDescription : string ;
469
471
path : string ;
470
472
} [ ] ;
471
473
description : string ;
472
- negatedDescription : string ;
473
474
simpleType : string ;
474
475
multiple : boolean ;
475
476
} ;
@@ -498,10 +499,10 @@ declare const _exports: {
498
499
type : string ;
499
500
multiple : boolean ;
500
501
description : string ;
502
+ negatedDescription : string ;
501
503
path : string ;
502
504
} [ ] ;
503
505
description : string ;
504
- negatedDescription : string ;
505
506
simpleType : string ;
506
507
multiple : boolean ;
507
508
} ;
@@ -510,22 +511,30 @@ declare const _exports: {
510
511
type : string ;
511
512
multiple : boolean ;
512
513
description : string ;
514
+ negatedDescription : string ;
513
515
path : string ;
514
516
} [ ] ;
515
517
description : string ;
516
- negatedDescription : string ;
517
518
simpleType : string ;
518
519
multiple : boolean ;
519
520
} ;
520
521
open : {
521
- configs : {
522
- type : string ;
523
- multiple : boolean ;
524
- description : string ;
525
- path : string ;
526
- } [ ] ;
522
+ configs : (
523
+ | {
524
+ type : string ;
525
+ multiple : boolean ;
526
+ description : string ;
527
+ path : string ;
528
+ }
529
+ | {
530
+ type : string ;
531
+ multiple : boolean ;
532
+ description : string ;
533
+ negatedDescription : string ;
534
+ path : string ;
535
+ }
536
+ ) [ ] ;
527
537
description : string ;
528
- negatedDescription : string ;
529
538
simpleType : string ;
530
539
multiple : boolean ;
531
540
} ;
@@ -581,7 +590,6 @@ declare const _exports: {
581
590
path : string ;
582
591
} [ ] ;
583
592
description : string ;
584
- negatedDescription : string ;
585
593
simpleType : string ;
586
594
multiple : boolean ;
587
595
} ;
@@ -842,10 +850,10 @@ declare const _exports: {
842
850
type : string ;
843
851
multiple : boolean ;
844
852
description : string ;
853
+ negatedDescription : string ;
845
854
path : string ;
846
855
} [ ] ;
847
856
description : string ;
848
- negatedDescription : string ;
849
857
simpleType : string ;
850
858
multiple : boolean ;
851
859
} ;
@@ -854,10 +862,10 @@ declare const _exports: {
854
862
type : string ;
855
863
multiple : boolean ;
856
864
description : string ;
865
+ negatedDescription : string ;
857
866
path : string ;
858
867
} [ ] ;
859
868
description : string ;
860
- negatedDescription : string ;
861
869
simpleType : string ;
862
870
multiple : boolean ;
863
871
} ;
0 commit comments