@prismicio/types-internal 3.10.0-alpha.1 → 3.10.0
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/lib/customtypes/CustomType.d.ts +144 -378
- package/lib/customtypes/Section.d.ts +144 -378
- package/lib/customtypes/diff/SharedSlice.d.ts +64 -168
- package/lib/customtypes/diff/Variation.d.ts +64 -168
- package/lib/customtypes/widgets/Group.d.ts +90 -246
- package/lib/customtypes/widgets/Widget.d.ts +231 -621
- package/lib/customtypes/widgets/nestable/Link.d.ts +30 -82
- package/lib/customtypes/widgets/nestable/Link.js +19 -43
- package/lib/customtypes/widgets/nestable/NestableWidget.d.ts +15 -41
- package/lib/customtypes/widgets/slices/CompositeSlice.d.ts +30 -82
- package/lib/customtypes/widgets/slices/LegacySlice.d.ts +30 -82
- package/lib/customtypes/widgets/slices/SharedSlice.d.ts +120 -328
- package/lib/customtypes/widgets/slices/SlicePrimaryWidget.d.ts +69 -186
- package/lib/customtypes/widgets/slices/Slices.d.ts +308 -828
- package/package.json +1 -1
- package/src/customtypes/widgets/nestable/Link.ts +24 -85
|
@@ -143,55 +143,29 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
143
143
|
useAsTitle: t.BooleanC;
|
|
144
144
|
placeholder: t.StringC;
|
|
145
145
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
146
|
-
customtypes: t.Type<readonly (string | {
|
|
146
|
+
customtypes: t.Type<readonly (string | ({
|
|
147
147
|
id: string;
|
|
148
|
-
|
|
148
|
+
} & {
|
|
149
|
+
fields?: readonly (string | {
|
|
149
150
|
id: string;
|
|
150
|
-
customtypes: readonly (string | {
|
|
151
|
+
customtypes: readonly (string | ({
|
|
151
152
|
id: string;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
})[];
|
|
156
|
-
})[];
|
|
157
|
-
} | {
|
|
158
|
-
id: string;
|
|
159
|
-
fields: readonly (string | {
|
|
160
|
-
id: string;
|
|
161
|
-
customtypes: readonly (string | {
|
|
162
|
-
id: string;
|
|
163
|
-
fields: readonly (string | {
|
|
164
|
-
id: string;
|
|
165
|
-
fields: readonly string[];
|
|
166
|
-
})[];
|
|
167
|
-
})[];
|
|
168
|
-
})[];
|
|
153
|
+
} & {
|
|
154
|
+
fields?: readonly string[];
|
|
155
|
+
}))[];
|
|
169
156
|
})[];
|
|
170
|
-
})[], readonly (string | {
|
|
157
|
+
}))[], readonly (string | ({
|
|
171
158
|
id: string;
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
customtypes: readonly (string | {
|
|
175
|
-
id: string;
|
|
176
|
-
fields: readonly (string | {
|
|
177
|
-
id: string;
|
|
178
|
-
fields: readonly string[];
|
|
179
|
-
})[];
|
|
180
|
-
})[];
|
|
181
|
-
} | {
|
|
159
|
+
} & {
|
|
160
|
+
fields?: readonly (string | {
|
|
182
161
|
id: string;
|
|
183
|
-
|
|
162
|
+
customtypes: readonly (string | ({
|
|
184
163
|
id: string;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
id: string;
|
|
189
|
-
fields: readonly string[];
|
|
190
|
-
})[];
|
|
191
|
-
})[];
|
|
192
|
-
})[];
|
|
164
|
+
} & {
|
|
165
|
+
fields?: readonly string[];
|
|
166
|
+
}))[];
|
|
193
167
|
})[];
|
|
194
|
-
})[], unknown>;
|
|
168
|
+
}))[], unknown>;
|
|
195
169
|
masks: t.Type<readonly string[], object, unknown>;
|
|
196
170
|
tags: t.Type<readonly string[], object, unknown>;
|
|
197
171
|
allowTargetBlank: t.BooleanC;
|
|
@@ -365,55 +339,29 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
365
339
|
useAsTitle: t.BooleanC;
|
|
366
340
|
placeholder: t.StringC;
|
|
367
341
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
368
|
-
customtypes: t.Type<readonly (string | {
|
|
342
|
+
customtypes: t.Type<readonly (string | ({
|
|
369
343
|
id: string;
|
|
370
|
-
|
|
344
|
+
} & {
|
|
345
|
+
fields?: readonly (string | {
|
|
371
346
|
id: string;
|
|
372
|
-
customtypes: readonly (string | {
|
|
347
|
+
customtypes: readonly (string | ({
|
|
373
348
|
id: string;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
})[];
|
|
378
|
-
})[];
|
|
379
|
-
} | {
|
|
380
|
-
id: string;
|
|
381
|
-
fields: readonly (string | {
|
|
382
|
-
id: string;
|
|
383
|
-
customtypes: readonly (string | {
|
|
384
|
-
id: string;
|
|
385
|
-
fields: readonly (string | {
|
|
386
|
-
id: string;
|
|
387
|
-
fields: readonly string[];
|
|
388
|
-
})[];
|
|
389
|
-
})[];
|
|
390
|
-
})[];
|
|
349
|
+
} & {
|
|
350
|
+
fields?: readonly string[];
|
|
351
|
+
}))[];
|
|
391
352
|
})[];
|
|
392
|
-
})[], readonly (string | {
|
|
353
|
+
}))[], readonly (string | ({
|
|
393
354
|
id: string;
|
|
394
|
-
|
|
355
|
+
} & {
|
|
356
|
+
fields?: readonly (string | {
|
|
395
357
|
id: string;
|
|
396
|
-
customtypes: readonly (string | {
|
|
358
|
+
customtypes: readonly (string | ({
|
|
397
359
|
id: string;
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
})[];
|
|
402
|
-
})[];
|
|
403
|
-
} | {
|
|
404
|
-
id: string;
|
|
405
|
-
fields: readonly (string | {
|
|
406
|
-
id: string;
|
|
407
|
-
customtypes: readonly (string | {
|
|
408
|
-
id: string;
|
|
409
|
-
fields: readonly (string | {
|
|
410
|
-
id: string;
|
|
411
|
-
fields: readonly string[];
|
|
412
|
-
})[];
|
|
413
|
-
})[];
|
|
414
|
-
})[];
|
|
360
|
+
} & {
|
|
361
|
+
fields?: readonly string[];
|
|
362
|
+
}))[];
|
|
415
363
|
})[];
|
|
416
|
-
})[], unknown>;
|
|
364
|
+
}))[], unknown>;
|
|
417
365
|
masks: t.Type<readonly string[], object, unknown>;
|
|
418
366
|
tags: t.Type<readonly string[], object, unknown>;
|
|
419
367
|
allowTargetBlank: t.BooleanC;
|
|
@@ -587,55 +535,29 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
587
535
|
useAsTitle: t.BooleanC;
|
|
588
536
|
placeholder: t.StringC;
|
|
589
537
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
590
|
-
customtypes: t.Type<readonly (string | {
|
|
538
|
+
customtypes: t.Type<readonly (string | ({
|
|
591
539
|
id: string;
|
|
592
|
-
|
|
540
|
+
} & {
|
|
541
|
+
fields?: readonly (string | {
|
|
593
542
|
id: string;
|
|
594
|
-
customtypes: readonly (string | {
|
|
543
|
+
customtypes: readonly (string | ({
|
|
595
544
|
id: string;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
})[];
|
|
600
|
-
})[];
|
|
601
|
-
} | {
|
|
602
|
-
id: string;
|
|
603
|
-
fields: readonly (string | {
|
|
604
|
-
id: string;
|
|
605
|
-
customtypes: readonly (string | {
|
|
606
|
-
id: string;
|
|
607
|
-
fields: readonly (string | {
|
|
608
|
-
id: string;
|
|
609
|
-
fields: readonly string[];
|
|
610
|
-
})[];
|
|
611
|
-
})[];
|
|
612
|
-
})[];
|
|
545
|
+
} & {
|
|
546
|
+
fields?: readonly string[];
|
|
547
|
+
}))[];
|
|
613
548
|
})[];
|
|
614
|
-
})[], readonly (string | {
|
|
549
|
+
}))[], readonly (string | ({
|
|
615
550
|
id: string;
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
customtypes: readonly (string | {
|
|
619
|
-
id: string;
|
|
620
|
-
fields: readonly (string | {
|
|
621
|
-
id: string;
|
|
622
|
-
fields: readonly string[];
|
|
623
|
-
})[];
|
|
624
|
-
})[];
|
|
625
|
-
} | {
|
|
551
|
+
} & {
|
|
552
|
+
fields?: readonly (string | {
|
|
626
553
|
id: string;
|
|
627
|
-
|
|
554
|
+
customtypes: readonly (string | ({
|
|
628
555
|
id: string;
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
id: string;
|
|
633
|
-
fields: readonly string[];
|
|
634
|
-
})[];
|
|
635
|
-
})[];
|
|
636
|
-
})[];
|
|
556
|
+
} & {
|
|
557
|
+
fields?: readonly string[];
|
|
558
|
+
}))[];
|
|
637
559
|
})[];
|
|
638
|
-
})[], unknown>;
|
|
560
|
+
}))[], unknown>;
|
|
639
561
|
masks: t.Type<readonly string[], object, unknown>;
|
|
640
562
|
tags: t.Type<readonly string[], object, unknown>;
|
|
641
563
|
allowTargetBlank: t.BooleanC;
|
|
@@ -805,55 +727,29 @@ export declare const Variation: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
805
727
|
useAsTitle: t.BooleanC;
|
|
806
728
|
placeholder: t.StringC;
|
|
807
729
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
808
|
-
customtypes: t.Type<readonly (string | {
|
|
730
|
+
customtypes: t.Type<readonly (string | ({
|
|
809
731
|
id: string;
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
customtypes: readonly (string | {
|
|
813
|
-
id: string;
|
|
814
|
-
fields: readonly (string | {
|
|
815
|
-
id: string;
|
|
816
|
-
fields: readonly string[];
|
|
817
|
-
})[];
|
|
818
|
-
})[];
|
|
819
|
-
} | {
|
|
732
|
+
} & {
|
|
733
|
+
fields?: readonly (string | {
|
|
820
734
|
id: string;
|
|
821
|
-
|
|
735
|
+
customtypes: readonly (string | ({
|
|
822
736
|
id: string;
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
id: string;
|
|
827
|
-
fields: readonly string[];
|
|
828
|
-
})[];
|
|
829
|
-
})[];
|
|
830
|
-
})[];
|
|
737
|
+
} & {
|
|
738
|
+
fields?: readonly string[];
|
|
739
|
+
}))[];
|
|
831
740
|
})[];
|
|
832
|
-
})[], readonly (string | {
|
|
741
|
+
}))[], readonly (string | ({
|
|
833
742
|
id: string;
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
customtypes: readonly (string | {
|
|
837
|
-
id: string;
|
|
838
|
-
fields: readonly (string | {
|
|
839
|
-
id: string;
|
|
840
|
-
fields: readonly string[];
|
|
841
|
-
})[];
|
|
842
|
-
})[];
|
|
843
|
-
} | {
|
|
743
|
+
} & {
|
|
744
|
+
fields?: readonly (string | {
|
|
844
745
|
id: string;
|
|
845
|
-
|
|
746
|
+
customtypes: readonly (string | ({
|
|
846
747
|
id: string;
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
id: string;
|
|
851
|
-
fields: readonly string[];
|
|
852
|
-
})[];
|
|
853
|
-
})[];
|
|
854
|
-
})[];
|
|
748
|
+
} & {
|
|
749
|
+
fields?: readonly string[];
|
|
750
|
+
}))[];
|
|
855
751
|
})[];
|
|
856
|
-
})[], unknown>;
|
|
752
|
+
}))[], unknown>;
|
|
857
753
|
masks: t.Type<readonly string[], object, unknown>;
|
|
858
754
|
tags: t.Type<readonly string[], object, unknown>;
|
|
859
755
|
allowTargetBlank: t.BooleanC;
|
|
@@ -1041,55 +937,29 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1041
937
|
useAsTitle: t.BooleanC;
|
|
1042
938
|
placeholder: t.StringC;
|
|
1043
939
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
1044
|
-
customtypes: t.Type<readonly (string | {
|
|
940
|
+
customtypes: t.Type<readonly (string | ({
|
|
1045
941
|
id: string;
|
|
1046
|
-
|
|
942
|
+
} & {
|
|
943
|
+
fields?: readonly (string | {
|
|
1047
944
|
id: string;
|
|
1048
|
-
customtypes: readonly (string | {
|
|
945
|
+
customtypes: readonly (string | ({
|
|
1049
946
|
id: string;
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
})[];
|
|
1054
|
-
})[];
|
|
1055
|
-
} | {
|
|
1056
|
-
id: string;
|
|
1057
|
-
fields: readonly (string | {
|
|
1058
|
-
id: string;
|
|
1059
|
-
customtypes: readonly (string | {
|
|
1060
|
-
id: string;
|
|
1061
|
-
fields: readonly (string | {
|
|
1062
|
-
id: string;
|
|
1063
|
-
fields: readonly string[];
|
|
1064
|
-
})[];
|
|
1065
|
-
})[];
|
|
1066
|
-
})[];
|
|
947
|
+
} & {
|
|
948
|
+
fields?: readonly string[];
|
|
949
|
+
}))[];
|
|
1067
950
|
})[];
|
|
1068
|
-
})[], readonly (string | {
|
|
951
|
+
}))[], readonly (string | ({
|
|
1069
952
|
id: string;
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
customtypes: readonly (string | {
|
|
1073
|
-
id: string;
|
|
1074
|
-
fields: readonly (string | {
|
|
1075
|
-
id: string;
|
|
1076
|
-
fields: readonly string[];
|
|
1077
|
-
})[];
|
|
1078
|
-
})[];
|
|
1079
|
-
} | {
|
|
953
|
+
} & {
|
|
954
|
+
fields?: readonly (string | {
|
|
1080
955
|
id: string;
|
|
1081
|
-
|
|
956
|
+
customtypes: readonly (string | ({
|
|
1082
957
|
id: string;
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
id: string;
|
|
1087
|
-
fields: readonly string[];
|
|
1088
|
-
})[];
|
|
1089
|
-
})[];
|
|
1090
|
-
})[];
|
|
958
|
+
} & {
|
|
959
|
+
fields?: readonly string[];
|
|
960
|
+
}))[];
|
|
1091
961
|
})[];
|
|
1092
|
-
})[], unknown>;
|
|
962
|
+
}))[], unknown>;
|
|
1093
963
|
masks: t.Type<readonly string[], object, unknown>;
|
|
1094
964
|
tags: t.Type<readonly string[], object, unknown>;
|
|
1095
965
|
allowTargetBlank: t.BooleanC;
|
|
@@ -1263,55 +1133,29 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1263
1133
|
useAsTitle: t.BooleanC;
|
|
1264
1134
|
placeholder: t.StringC;
|
|
1265
1135
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
1266
|
-
customtypes: t.Type<readonly (string | {
|
|
1136
|
+
customtypes: t.Type<readonly (string | ({
|
|
1267
1137
|
id: string;
|
|
1268
|
-
|
|
1138
|
+
} & {
|
|
1139
|
+
fields?: readonly (string | {
|
|
1269
1140
|
id: string;
|
|
1270
|
-
customtypes: readonly (string | {
|
|
1141
|
+
customtypes: readonly (string | ({
|
|
1271
1142
|
id: string;
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
})[];
|
|
1276
|
-
})[];
|
|
1277
|
-
} | {
|
|
1278
|
-
id: string;
|
|
1279
|
-
fields: readonly (string | {
|
|
1280
|
-
id: string;
|
|
1281
|
-
customtypes: readonly (string | {
|
|
1282
|
-
id: string;
|
|
1283
|
-
fields: readonly (string | {
|
|
1284
|
-
id: string;
|
|
1285
|
-
fields: readonly string[];
|
|
1286
|
-
})[];
|
|
1287
|
-
})[];
|
|
1288
|
-
})[];
|
|
1143
|
+
} & {
|
|
1144
|
+
fields?: readonly string[];
|
|
1145
|
+
}))[];
|
|
1289
1146
|
})[];
|
|
1290
|
-
})[], readonly (string | {
|
|
1147
|
+
}))[], readonly (string | ({
|
|
1291
1148
|
id: string;
|
|
1292
|
-
|
|
1149
|
+
} & {
|
|
1150
|
+
fields?: readonly (string | {
|
|
1293
1151
|
id: string;
|
|
1294
|
-
customtypes: readonly (string | {
|
|
1152
|
+
customtypes: readonly (string | ({
|
|
1295
1153
|
id: string;
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
})[];
|
|
1300
|
-
})[];
|
|
1301
|
-
} | {
|
|
1302
|
-
id: string;
|
|
1303
|
-
fields: readonly (string | {
|
|
1304
|
-
id: string;
|
|
1305
|
-
customtypes: readonly (string | {
|
|
1306
|
-
id: string;
|
|
1307
|
-
fields: readonly (string | {
|
|
1308
|
-
id: string;
|
|
1309
|
-
fields: readonly string[];
|
|
1310
|
-
})[];
|
|
1311
|
-
})[];
|
|
1312
|
-
})[];
|
|
1154
|
+
} & {
|
|
1155
|
+
fields?: readonly string[];
|
|
1156
|
+
}))[];
|
|
1313
1157
|
})[];
|
|
1314
|
-
})[], unknown>;
|
|
1158
|
+
}))[], unknown>;
|
|
1315
1159
|
masks: t.Type<readonly string[], object, unknown>;
|
|
1316
1160
|
tags: t.Type<readonly string[], object, unknown>;
|
|
1317
1161
|
allowTargetBlank: t.BooleanC;
|
|
@@ -1485,55 +1329,29 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1485
1329
|
useAsTitle: t.BooleanC;
|
|
1486
1330
|
placeholder: t.StringC;
|
|
1487
1331
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
1488
|
-
customtypes: t.Type<readonly (string | {
|
|
1332
|
+
customtypes: t.Type<readonly (string | ({
|
|
1489
1333
|
id: string;
|
|
1490
|
-
|
|
1334
|
+
} & {
|
|
1335
|
+
fields?: readonly (string | {
|
|
1491
1336
|
id: string;
|
|
1492
|
-
customtypes: readonly (string | {
|
|
1337
|
+
customtypes: readonly (string | ({
|
|
1493
1338
|
id: string;
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
})[];
|
|
1498
|
-
})[];
|
|
1499
|
-
} | {
|
|
1500
|
-
id: string;
|
|
1501
|
-
fields: readonly (string | {
|
|
1502
|
-
id: string;
|
|
1503
|
-
customtypes: readonly (string | {
|
|
1504
|
-
id: string;
|
|
1505
|
-
fields: readonly (string | {
|
|
1506
|
-
id: string;
|
|
1507
|
-
fields: readonly string[];
|
|
1508
|
-
})[];
|
|
1509
|
-
})[];
|
|
1510
|
-
})[];
|
|
1339
|
+
} & {
|
|
1340
|
+
fields?: readonly string[];
|
|
1341
|
+
}))[];
|
|
1511
1342
|
})[];
|
|
1512
|
-
})[], readonly (string | {
|
|
1343
|
+
}))[], readonly (string | ({
|
|
1513
1344
|
id: string;
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
customtypes: readonly (string | {
|
|
1517
|
-
id: string;
|
|
1518
|
-
fields: readonly (string | {
|
|
1519
|
-
id: string;
|
|
1520
|
-
fields: readonly string[];
|
|
1521
|
-
})[];
|
|
1522
|
-
})[];
|
|
1523
|
-
} | {
|
|
1345
|
+
} & {
|
|
1346
|
+
fields?: readonly (string | {
|
|
1524
1347
|
id: string;
|
|
1525
|
-
|
|
1348
|
+
customtypes: readonly (string | ({
|
|
1526
1349
|
id: string;
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
id: string;
|
|
1531
|
-
fields: readonly string[];
|
|
1532
|
-
})[];
|
|
1533
|
-
})[];
|
|
1534
|
-
})[];
|
|
1350
|
+
} & {
|
|
1351
|
+
fields?: readonly string[];
|
|
1352
|
+
}))[];
|
|
1535
1353
|
})[];
|
|
1536
|
-
})[], unknown>;
|
|
1354
|
+
}))[], unknown>;
|
|
1537
1355
|
masks: t.Type<readonly string[], object, unknown>;
|
|
1538
1356
|
tags: t.Type<readonly string[], object, unknown>;
|
|
1539
1357
|
allowTargetBlank: t.BooleanC;
|
|
@@ -1703,55 +1521,29 @@ export declare const SharedSlice: t.ExactC<t.IntersectionC<[t.TypeC<{
|
|
|
1703
1521
|
useAsTitle: t.BooleanC;
|
|
1704
1522
|
placeholder: t.StringC;
|
|
1705
1523
|
select: t.UnionC<[t.LiteralC<"media">, t.LiteralC<"document">, t.LiteralC<"web">, t.NullC]>;
|
|
1706
|
-
customtypes: t.Type<readonly (string | {
|
|
1524
|
+
customtypes: t.Type<readonly (string | ({
|
|
1707
1525
|
id: string;
|
|
1708
|
-
|
|
1526
|
+
} & {
|
|
1527
|
+
fields?: readonly (string | {
|
|
1709
1528
|
id: string;
|
|
1710
|
-
customtypes: readonly (string | {
|
|
1529
|
+
customtypes: readonly (string | ({
|
|
1711
1530
|
id: string;
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
})[];
|
|
1716
|
-
})[];
|
|
1717
|
-
} | {
|
|
1718
|
-
id: string;
|
|
1719
|
-
fields: readonly (string | {
|
|
1720
|
-
id: string;
|
|
1721
|
-
customtypes: readonly (string | {
|
|
1722
|
-
id: string;
|
|
1723
|
-
fields: readonly (string | {
|
|
1724
|
-
id: string;
|
|
1725
|
-
fields: readonly string[];
|
|
1726
|
-
})[];
|
|
1727
|
-
})[];
|
|
1728
|
-
})[];
|
|
1531
|
+
} & {
|
|
1532
|
+
fields?: readonly string[];
|
|
1533
|
+
}))[];
|
|
1729
1534
|
})[];
|
|
1730
|
-
})[], readonly (string | {
|
|
1535
|
+
}))[], readonly (string | ({
|
|
1731
1536
|
id: string;
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
customtypes: readonly (string | {
|
|
1735
|
-
id: string;
|
|
1736
|
-
fields: readonly (string | {
|
|
1737
|
-
id: string;
|
|
1738
|
-
fields: readonly string[];
|
|
1739
|
-
})[];
|
|
1740
|
-
})[];
|
|
1741
|
-
} | {
|
|
1537
|
+
} & {
|
|
1538
|
+
fields?: readonly (string | {
|
|
1742
1539
|
id: string;
|
|
1743
|
-
|
|
1540
|
+
customtypes: readonly (string | ({
|
|
1744
1541
|
id: string;
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
id: string;
|
|
1749
|
-
fields: readonly string[];
|
|
1750
|
-
})[];
|
|
1751
|
-
})[];
|
|
1752
|
-
})[];
|
|
1542
|
+
} & {
|
|
1543
|
+
fields?: readonly string[];
|
|
1544
|
+
}))[];
|
|
1753
1545
|
})[];
|
|
1754
|
-
})[], unknown>;
|
|
1546
|
+
}))[], unknown>;
|
|
1755
1547
|
masks: t.Type<readonly string[], object, unknown>;
|
|
1756
1548
|
tags: t.Type<readonly string[], object, unknown>;
|
|
1757
1549
|
allowTargetBlank: t.BooleanC;
|