@prismicio/types-internal 2.7.0 → 2.8.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.
@@ -116,7 +116,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
116
116
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
117
117
  __TYPE__: t.LiteralC<"ImageLink">;
118
118
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
119
- kind: t.Type<"image", "image", unknown>;
119
+ kind: t.StringC;
120
120
  id: t.StringC;
121
121
  url: t.StringC;
122
122
  height: t.StringC;
@@ -133,7 +133,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
133
133
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
134
134
  __TYPE__: t.LiteralC<"FileLink">;
135
135
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
136
- kind: t.Type<"file", "file", unknown>;
136
+ kind: t.StringC;
137
137
  id: t.StringC;
138
138
  url: t.StringC;
139
139
  name: t.StringC;
@@ -211,7 +211,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
211
211
  linkTo: t.UnionC<[t.Type<({
212
212
  __TYPE__: "ImageLink";
213
213
  } & {
214
- kind: "image";
214
+ kind: string;
215
215
  id: string;
216
216
  url: string;
217
217
  height: string;
@@ -223,7 +223,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
223
223
  }) | ({
224
224
  __TYPE__: "FileLink";
225
225
  } & {
226
- kind: "file";
226
+ kind: string;
227
227
  id: string;
228
228
  url: string;
229
229
  name: string;
@@ -247,7 +247,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
247
247
  }), ({
248
248
  __TYPE__: "ImageLink";
249
249
  } & {
250
- kind: "image";
250
+ kind: string;
251
251
  id: string;
252
252
  url: string;
253
253
  height: string;
@@ -259,7 +259,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
259
259
  }) | ({
260
260
  __TYPE__: "FileLink";
261
261
  } & {
262
- kind: "file";
262
+ kind: string;
263
263
  id: string;
264
264
  url: string;
265
265
  name: string;
@@ -318,7 +318,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
318
318
  data: ({
319
319
  __TYPE__: "ImageLink";
320
320
  } & {
321
- kind: "image";
321
+ kind: string;
322
322
  id: string;
323
323
  url: string;
324
324
  height: string;
@@ -330,7 +330,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
330
330
  }) | ({
331
331
  __TYPE__: "FileLink";
332
332
  } & {
333
- kind: "file";
333
+ kind: string;
334
334
  id: string;
335
335
  url: string;
336
336
  name: string;
@@ -368,7 +368,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
368
368
  data: ({
369
369
  __TYPE__: "ImageLink";
370
370
  } & {
371
- kind: "image";
371
+ kind: string;
372
372
  id: string;
373
373
  url: string;
374
374
  height: string;
@@ -380,7 +380,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
380
380
  }) | ({
381
381
  __TYPE__: "FileLink";
382
382
  } & {
383
- kind: "file";
383
+ kind: string;
384
384
  id: string;
385
385
  url: string;
386
386
  name: string;
@@ -548,7 +548,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
548
548
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
549
549
  __TYPE__: t.LiteralC<"ImageLink">;
550
550
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
551
- kind: t.Type<"image", "image", unknown>;
551
+ kind: t.StringC;
552
552
  id: t.StringC;
553
553
  url: t.StringC;
554
554
  height: t.StringC;
@@ -565,7 +565,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
565
565
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
566
566
  __TYPE__: t.LiteralC<"FileLink">;
567
567
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
568
- kind: t.Type<"file", "file", unknown>;
568
+ kind: t.StringC;
569
569
  id: t.StringC;
570
570
  url: t.StringC;
571
571
  name: t.StringC;
@@ -643,7 +643,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
643
643
  linkTo: t.UnionC<[t.Type<({
644
644
  __TYPE__: "ImageLink";
645
645
  } & {
646
- kind: "image";
646
+ kind: string;
647
647
  id: string;
648
648
  url: string;
649
649
  height: string;
@@ -655,7 +655,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
655
655
  }) | ({
656
656
  __TYPE__: "FileLink";
657
657
  } & {
658
- kind: "file";
658
+ kind: string;
659
659
  id: string;
660
660
  url: string;
661
661
  name: string;
@@ -679,7 +679,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
679
679
  }), ({
680
680
  __TYPE__: "ImageLink";
681
681
  } & {
682
- kind: "image";
682
+ kind: string;
683
683
  id: string;
684
684
  url: string;
685
685
  height: string;
@@ -691,7 +691,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
691
691
  }) | ({
692
692
  __TYPE__: "FileLink";
693
693
  } & {
694
- kind: "file";
694
+ kind: string;
695
695
  id: string;
696
696
  url: string;
697
697
  name: string;
@@ -750,7 +750,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
750
750
  data: ({
751
751
  __TYPE__: "ImageLink";
752
752
  } & {
753
- kind: "image";
753
+ kind: string;
754
754
  id: string;
755
755
  url: string;
756
756
  height: string;
@@ -762,7 +762,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
762
762
  }) | ({
763
763
  __TYPE__: "FileLink";
764
764
  } & {
765
- kind: "file";
765
+ kind: string;
766
766
  id: string;
767
767
  url: string;
768
768
  name: string;
@@ -800,7 +800,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
800
800
  data: ({
801
801
  __TYPE__: "ImageLink";
802
802
  } & {
803
- kind: "image";
803
+ kind: string;
804
804
  id: string;
805
805
  url: string;
806
806
  height: string;
@@ -812,7 +812,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
812
812
  }) | ({
813
813
  __TYPE__: "FileLink";
814
814
  } & {
815
- kind: "file";
815
+ kind: string;
816
816
  id: string;
817
817
  url: string;
818
818
  name: string;
@@ -972,7 +972,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
972
972
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
973
973
  __TYPE__: t.LiteralC<"ImageLink">;
974
974
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
975
- kind: t.Type<"image", "image", unknown>;
975
+ kind: t.StringC;
976
976
  id: t.StringC;
977
977
  url: t.StringC;
978
978
  height: t.StringC;
@@ -989,7 +989,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
989
989
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
990
990
  __TYPE__: t.LiteralC<"FileLink">;
991
991
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
992
- kind: t.Type<"file", "file", unknown>;
992
+ kind: t.StringC;
993
993
  id: t.StringC;
994
994
  url: t.StringC;
995
995
  name: t.StringC;
@@ -1067,7 +1067,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1067
1067
  linkTo: t.UnionC<[t.Type<({
1068
1068
  __TYPE__: "ImageLink";
1069
1069
  } & {
1070
- kind: "image";
1070
+ kind: string;
1071
1071
  id: string;
1072
1072
  url: string;
1073
1073
  height: string;
@@ -1079,7 +1079,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1079
1079
  }) | ({
1080
1080
  __TYPE__: "FileLink";
1081
1081
  } & {
1082
- kind: "file";
1082
+ kind: string;
1083
1083
  id: string;
1084
1084
  url: string;
1085
1085
  name: string;
@@ -1103,7 +1103,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1103
1103
  }), ({
1104
1104
  __TYPE__: "ImageLink";
1105
1105
  } & {
1106
- kind: "image";
1106
+ kind: string;
1107
1107
  id: string;
1108
1108
  url: string;
1109
1109
  height: string;
@@ -1115,7 +1115,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1115
1115
  }) | ({
1116
1116
  __TYPE__: "FileLink";
1117
1117
  } & {
1118
- kind: "file";
1118
+ kind: string;
1119
1119
  id: string;
1120
1120
  url: string;
1121
1121
  name: string;
@@ -1174,7 +1174,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1174
1174
  data: ({
1175
1175
  __TYPE__: "ImageLink";
1176
1176
  } & {
1177
- kind: "image";
1177
+ kind: string;
1178
1178
  id: string;
1179
1179
  url: string;
1180
1180
  height: string;
@@ -1186,7 +1186,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1186
1186
  }) | ({
1187
1187
  __TYPE__: "FileLink";
1188
1188
  } & {
1189
- kind: "file";
1189
+ kind: string;
1190
1190
  id: string;
1191
1191
  url: string;
1192
1192
  name: string;
@@ -1224,7 +1224,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1224
1224
  data: ({
1225
1225
  __TYPE__: "ImageLink";
1226
1226
  } & {
1227
- kind: "image";
1227
+ kind: string;
1228
1228
  id: string;
1229
1229
  url: string;
1230
1230
  height: string;
@@ -1236,7 +1236,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1236
1236
  }) | ({
1237
1237
  __TYPE__: "FileLink";
1238
1238
  } & {
1239
- kind: "file";
1239
+ kind: string;
1240
1240
  id: string;
1241
1241
  url: string;
1242
1242
  name: string;
@@ -1398,7 +1398,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1398
1398
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1399
1399
  __TYPE__: t.LiteralC<"ImageLink">;
1400
1400
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1401
- kind: t.Type<"image", "image", unknown>;
1401
+ kind: t.StringC;
1402
1402
  id: t.StringC;
1403
1403
  url: t.StringC;
1404
1404
  height: t.StringC;
@@ -1415,7 +1415,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1415
1415
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1416
1416
  __TYPE__: t.LiteralC<"FileLink">;
1417
1417
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1418
- kind: t.Type<"file", "file", unknown>;
1418
+ kind: t.StringC;
1419
1419
  id: t.StringC;
1420
1420
  url: t.StringC;
1421
1421
  name: t.StringC;
@@ -1493,7 +1493,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1493
1493
  linkTo: t.UnionC<[t.Type<({
1494
1494
  __TYPE__: "ImageLink";
1495
1495
  } & {
1496
- kind: "image";
1496
+ kind: string;
1497
1497
  id: string;
1498
1498
  url: string;
1499
1499
  height: string;
@@ -1505,7 +1505,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1505
1505
  }) | ({
1506
1506
  __TYPE__: "FileLink";
1507
1507
  } & {
1508
- kind: "file";
1508
+ kind: string;
1509
1509
  id: string;
1510
1510
  url: string;
1511
1511
  name: string;
@@ -1529,7 +1529,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1529
1529
  }), ({
1530
1530
  __TYPE__: "ImageLink";
1531
1531
  } & {
1532
- kind: "image";
1532
+ kind: string;
1533
1533
  id: string;
1534
1534
  url: string;
1535
1535
  height: string;
@@ -1541,7 +1541,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1541
1541
  }) | ({
1542
1542
  __TYPE__: "FileLink";
1543
1543
  } & {
1544
- kind: "file";
1544
+ kind: string;
1545
1545
  id: string;
1546
1546
  url: string;
1547
1547
  name: string;
@@ -1600,7 +1600,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1600
1600
  data: ({
1601
1601
  __TYPE__: "ImageLink";
1602
1602
  } & {
1603
- kind: "image";
1603
+ kind: string;
1604
1604
  id: string;
1605
1605
  url: string;
1606
1606
  height: string;
@@ -1612,7 +1612,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1612
1612
  }) | ({
1613
1613
  __TYPE__: "FileLink";
1614
1614
  } & {
1615
- kind: "file";
1615
+ kind: string;
1616
1616
  id: string;
1617
1617
  url: string;
1618
1618
  name: string;
@@ -1650,7 +1650,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1650
1650
  data: ({
1651
1651
  __TYPE__: "ImageLink";
1652
1652
  } & {
1653
- kind: "image";
1653
+ kind: string;
1654
1654
  id: string;
1655
1655
  url: string;
1656
1656
  height: string;
@@ -1662,7 +1662,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1662
1662
  }) | ({
1663
1663
  __TYPE__: "FileLink";
1664
1664
  } & {
1665
- kind: "file";
1665
+ kind: string;
1666
1666
  id: string;
1667
1667
  url: string;
1668
1668
  name: string;
@@ -1822,7 +1822,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1822
1822
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1823
1823
  __TYPE__: t.LiteralC<"ImageLink">;
1824
1824
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1825
- kind: t.Type<"image", "image", unknown>;
1825
+ kind: t.StringC;
1826
1826
  id: t.StringC;
1827
1827
  url: t.StringC;
1828
1828
  height: t.StringC;
@@ -1839,7 +1839,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1839
1839
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1840
1840
  __TYPE__: t.LiteralC<"FileLink">;
1841
1841
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1842
- kind: t.Type<"file", "file", unknown>;
1842
+ kind: t.StringC;
1843
1843
  id: t.StringC;
1844
1844
  url: t.StringC;
1845
1845
  name: t.StringC;
@@ -1917,7 +1917,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1917
1917
  linkTo: t.UnionC<[t.Type<({
1918
1918
  __TYPE__: "ImageLink";
1919
1919
  } & {
1920
- kind: "image";
1920
+ kind: string;
1921
1921
  id: string;
1922
1922
  url: string;
1923
1923
  height: string;
@@ -1929,7 +1929,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1929
1929
  }) | ({
1930
1930
  __TYPE__: "FileLink";
1931
1931
  } & {
1932
- kind: "file";
1932
+ kind: string;
1933
1933
  id: string;
1934
1934
  url: string;
1935
1935
  name: string;
@@ -1953,7 +1953,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1953
1953
  }), ({
1954
1954
  __TYPE__: "ImageLink";
1955
1955
  } & {
1956
- kind: "image";
1956
+ kind: string;
1957
1957
  id: string;
1958
1958
  url: string;
1959
1959
  height: string;
@@ -1965,7 +1965,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
1965
1965
  }) | ({
1966
1966
  __TYPE__: "FileLink";
1967
1967
  } & {
1968
- kind: "file";
1968
+ kind: string;
1969
1969
  id: string;
1970
1970
  url: string;
1971
1971
  name: string;
@@ -2024,7 +2024,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2024
2024
  data: ({
2025
2025
  __TYPE__: "ImageLink";
2026
2026
  } & {
2027
- kind: "image";
2027
+ kind: string;
2028
2028
  id: string;
2029
2029
  url: string;
2030
2030
  height: string;
@@ -2036,7 +2036,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2036
2036
  }) | ({
2037
2037
  __TYPE__: "FileLink";
2038
2038
  } & {
2039
- kind: "file";
2039
+ kind: string;
2040
2040
  id: string;
2041
2041
  url: string;
2042
2042
  name: string;
@@ -2074,7 +2074,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2074
2074
  data: ({
2075
2075
  __TYPE__: "ImageLink";
2076
2076
  } & {
2077
- kind: "image";
2077
+ kind: string;
2078
2078
  id: string;
2079
2079
  url: string;
2080
2080
  height: string;
@@ -2086,7 +2086,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2086
2086
  }) | ({
2087
2087
  __TYPE__: "FileLink";
2088
2088
  } & {
2089
- kind: "file";
2089
+ kind: string;
2090
2090
  id: string;
2091
2091
  url: string;
2092
2092
  name: string;
@@ -2245,7 +2245,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2245
2245
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
2246
2246
  __TYPE__: t.LiteralC<"ImageLink">;
2247
2247
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
2248
- kind: t.Type<"image", "image", unknown>;
2248
+ kind: t.StringC;
2249
2249
  id: t.StringC;
2250
2250
  url: t.StringC;
2251
2251
  height: t.StringC;
@@ -2262,7 +2262,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2262
2262
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2263
2263
  __TYPE__: t.LiteralC<"FileLink">;
2264
2264
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
2265
- kind: t.Type<"file", "file", unknown>;
2265
+ kind: t.StringC;
2266
2266
  id: t.StringC;
2267
2267
  url: t.StringC;
2268
2268
  name: t.StringC;
@@ -2340,7 +2340,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2340
2340
  linkTo: t.UnionC<[t.Type<({
2341
2341
  __TYPE__: "ImageLink";
2342
2342
  } & {
2343
- kind: "image";
2343
+ kind: string;
2344
2344
  id: string;
2345
2345
  url: string;
2346
2346
  height: string;
@@ -2352,7 +2352,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2352
2352
  }) | ({
2353
2353
  __TYPE__: "FileLink";
2354
2354
  } & {
2355
- kind: "file";
2355
+ kind: string;
2356
2356
  id: string;
2357
2357
  url: string;
2358
2358
  name: string;
@@ -2376,7 +2376,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2376
2376
  }), ({
2377
2377
  __TYPE__: "ImageLink";
2378
2378
  } & {
2379
- kind: "image";
2379
+ kind: string;
2380
2380
  id: string;
2381
2381
  url: string;
2382
2382
  height: string;
@@ -2388,7 +2388,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2388
2388
  }) | ({
2389
2389
  __TYPE__: "FileLink";
2390
2390
  } & {
2391
- kind: "file";
2391
+ kind: string;
2392
2392
  id: string;
2393
2393
  url: string;
2394
2394
  name: string;
@@ -2447,7 +2447,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2447
2447
  data: ({
2448
2448
  __TYPE__: "ImageLink";
2449
2449
  } & {
2450
- kind: "image";
2450
+ kind: string;
2451
2451
  id: string;
2452
2452
  url: string;
2453
2453
  height: string;
@@ -2459,7 +2459,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2459
2459
  }) | ({
2460
2460
  __TYPE__: "FileLink";
2461
2461
  } & {
2462
- kind: "file";
2462
+ kind: string;
2463
2463
  id: string;
2464
2464
  url: string;
2465
2465
  name: string;
@@ -2497,7 +2497,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2497
2497
  data: ({
2498
2498
  __TYPE__: "ImageLink";
2499
2499
  } & {
2500
- kind: "image";
2500
+ kind: string;
2501
2501
  id: string;
2502
2502
  url: string;
2503
2503
  height: string;
@@ -2509,7 +2509,7 @@ export declare const WidgetContent: t.UnionC<[t.Type<GroupContent, GroupContent,
2509
2509
  }) | ({
2510
2510
  __TYPE__: "FileLink";
2511
2511
  } & {
2512
- kind: "file";
2512
+ kind: string;
2513
2513
  id: string;
2514
2514
  url: string;
2515
2515
  name: string;
@@ -2671,7 +2671,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
2671
2671
  value: ({
2672
2672
  __TYPE__: "ImageLink";
2673
2673
  } & (({
2674
- kind: "image";
2674
+ kind: string;
2675
2675
  id: string;
2676
2676
  url: string;
2677
2677
  height: string;
@@ -2688,7 +2688,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
2688
2688
  })) | ({
2689
2689
  __TYPE__: "FileLink";
2690
2690
  } & (({
2691
- kind: "file";
2691
+ kind: string;
2692
2692
  id: string;
2693
2693
  url: string;
2694
2694
  name: string;
@@ -2764,7 +2764,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
2764
2764
  linkTo?: ({
2765
2765
  __TYPE__: "ImageLink";
2766
2766
  } & {
2767
- kind: "image";
2767
+ kind: string;
2768
2768
  id: string;
2769
2769
  url: string;
2770
2770
  height: string;
@@ -2776,7 +2776,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
2776
2776
  }) | ({
2777
2777
  __TYPE__: "FileLink";
2778
2778
  } & {
2779
- kind: "file";
2779
+ kind: string;
2780
2780
  id: string;
2781
2781
  url: string;
2782
2782
  name: string;
@@ -2835,7 +2835,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
2835
2835
  data: ({
2836
2836
  __TYPE__: "ImageLink";
2837
2837
  } & {
2838
- kind: "image";
2838
+ kind: string;
2839
2839
  id: string;
2840
2840
  url: string;
2841
2841
  height: string;
@@ -2847,7 +2847,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
2847
2847
  }) | ({
2848
2848
  __TYPE__: "FileLink";
2849
2849
  } & {
2850
- kind: "file";
2850
+ kind: string;
2851
2851
  id: string;
2852
2852
  url: string;
2853
2853
  name: string;
@@ -3015,7 +3015,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3015
3015
  value: ({
3016
3016
  __TYPE__: "ImageLink";
3017
3017
  } & (({
3018
- kind: "image";
3018
+ kind: string;
3019
3019
  id: string;
3020
3020
  url: string;
3021
3021
  height: string;
@@ -3032,7 +3032,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3032
3032
  })) | ({
3033
3033
  __TYPE__: "FileLink";
3034
3034
  } & (({
3035
- kind: "file";
3035
+ kind: string;
3036
3036
  id: string;
3037
3037
  url: string;
3038
3038
  name: string;
@@ -3108,7 +3108,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3108
3108
  linkTo?: ({
3109
3109
  __TYPE__: "ImageLink";
3110
3110
  } & {
3111
- kind: "image";
3111
+ kind: string;
3112
3112
  id: string;
3113
3113
  url: string;
3114
3114
  height: string;
@@ -3120,7 +3120,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3120
3120
  }) | ({
3121
3121
  __TYPE__: "FileLink";
3122
3122
  } & {
3123
- kind: "file";
3123
+ kind: string;
3124
3124
  id: string;
3125
3125
  url: string;
3126
3126
  name: string;
@@ -3179,7 +3179,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3179
3179
  data: ({
3180
3180
  __TYPE__: "ImageLink";
3181
3181
  } & {
3182
- kind: "image";
3182
+ kind: string;
3183
3183
  id: string;
3184
3184
  url: string;
3185
3185
  height: string;
@@ -3191,7 +3191,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3191
3191
  }) | ({
3192
3192
  __TYPE__: "FileLink";
3193
3193
  } & {
3194
- kind: "file";
3194
+ kind: string;
3195
3195
  id: string;
3196
3196
  url: string;
3197
3197
  name: string;
@@ -3353,7 +3353,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3353
3353
  value: ({
3354
3354
  __TYPE__: "ImageLink";
3355
3355
  } & (({
3356
- kind: "image";
3356
+ kind: string;
3357
3357
  id: string;
3358
3358
  url: string;
3359
3359
  height: string;
@@ -3370,7 +3370,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3370
3370
  })) | ({
3371
3371
  __TYPE__: "FileLink";
3372
3372
  } & (({
3373
- kind: "file";
3373
+ kind: string;
3374
3374
  id: string;
3375
3375
  url: string;
3376
3376
  name: string;
@@ -3446,7 +3446,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3446
3446
  linkTo?: ({
3447
3447
  __TYPE__: "ImageLink";
3448
3448
  } & {
3449
- kind: "image";
3449
+ kind: string;
3450
3450
  id: string;
3451
3451
  url: string;
3452
3452
  height: string;
@@ -3458,7 +3458,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3458
3458
  }) | ({
3459
3459
  __TYPE__: "FileLink";
3460
3460
  } & {
3461
- kind: "file";
3461
+ kind: string;
3462
3462
  id: string;
3463
3463
  url: string;
3464
3464
  name: string;
@@ -3517,7 +3517,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3517
3517
  data: ({
3518
3518
  __TYPE__: "ImageLink";
3519
3519
  } & {
3520
- kind: "image";
3520
+ kind: string;
3521
3521
  id: string;
3522
3522
  url: string;
3523
3523
  height: string;
@@ -3529,7 +3529,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3529
3529
  }) | ({
3530
3530
  __TYPE__: "FileLink";
3531
3531
  } & {
3532
- kind: "file";
3532
+ kind: string;
3533
3533
  id: string;
3534
3534
  url: string;
3535
3535
  name: string;
@@ -3692,7 +3692,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3692
3692
  value: ({
3693
3693
  __TYPE__: "ImageLink";
3694
3694
  } & (({
3695
- kind: "image";
3695
+ kind: string;
3696
3696
  id: string;
3697
3697
  url: string;
3698
3698
  height: string;
@@ -3709,7 +3709,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3709
3709
  })) | ({
3710
3710
  __TYPE__: "FileLink";
3711
3711
  } & (({
3712
- kind: "file";
3712
+ kind: string;
3713
3713
  id: string;
3714
3714
  url: string;
3715
3715
  name: string;
@@ -3785,7 +3785,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3785
3785
  linkTo?: ({
3786
3786
  __TYPE__: "ImageLink";
3787
3787
  } & {
3788
- kind: "image";
3788
+ kind: string;
3789
3789
  id: string;
3790
3790
  url: string;
3791
3791
  height: string;
@@ -3797,7 +3797,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3797
3797
  }) | ({
3798
3798
  __TYPE__: "FileLink";
3799
3799
  } & {
3800
- kind: "file";
3800
+ kind: string;
3801
3801
  id: string;
3802
3802
  url: string;
3803
3803
  name: string;
@@ -3856,7 +3856,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3856
3856
  data: ({
3857
3857
  __TYPE__: "ImageLink";
3858
3858
  } & {
3859
- kind: "image";
3859
+ kind: string;
3860
3860
  id: string;
3861
3861
  url: string;
3862
3862
  height: string;
@@ -3868,7 +3868,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
3868
3868
  }) | ({
3869
3869
  __TYPE__: "FileLink";
3870
3870
  } & {
3871
- kind: "file";
3871
+ kind: string;
3872
3872
  id: string;
3873
3873
  url: string;
3874
3874
  name: string;
@@ -4033,7 +4033,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4033
4033
  value: ({
4034
4034
  __TYPE__: "ImageLink";
4035
4035
  } & (({
4036
- kind: "image";
4036
+ kind: string;
4037
4037
  id: string;
4038
4038
  url: string;
4039
4039
  height: string;
@@ -4050,7 +4050,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4050
4050
  })) | ({
4051
4051
  __TYPE__: "FileLink";
4052
4052
  } & (({
4053
- kind: "file";
4053
+ kind: string;
4054
4054
  id: string;
4055
4055
  url: string;
4056
4056
  name: string;
@@ -4126,7 +4126,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4126
4126
  linkTo?: ({
4127
4127
  __TYPE__: "ImageLink";
4128
4128
  } & {
4129
- kind: "image";
4129
+ kind: string;
4130
4130
  id: string;
4131
4131
  url: string;
4132
4132
  height: string;
@@ -4138,7 +4138,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4138
4138
  }) | ({
4139
4139
  __TYPE__: "FileLink";
4140
4140
  } & {
4141
- kind: "file";
4141
+ kind: string;
4142
4142
  id: string;
4143
4143
  url: string;
4144
4144
  name: string;
@@ -4197,7 +4197,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4197
4197
  data: ({
4198
4198
  __TYPE__: "ImageLink";
4199
4199
  } & {
4200
- kind: "image";
4200
+ kind: string;
4201
4201
  id: string;
4202
4202
  url: string;
4203
4203
  height: string;
@@ -4209,7 +4209,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4209
4209
  }) | ({
4210
4210
  __TYPE__: "FileLink";
4211
4211
  } & {
4212
- kind: "file";
4212
+ kind: string;
4213
4213
  id: string;
4214
4214
  url: string;
4215
4215
  name: string;
@@ -4372,7 +4372,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4372
4372
  value: ({
4373
4373
  __TYPE__: "ImageLink";
4374
4374
  } & (({
4375
- kind: "image";
4375
+ kind: string;
4376
4376
  id: string;
4377
4377
  url: string;
4378
4378
  height: string;
@@ -4389,7 +4389,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4389
4389
  })) | ({
4390
4390
  __TYPE__: "FileLink";
4391
4391
  } & (({
4392
- kind: "file";
4392
+ kind: string;
4393
4393
  id: string;
4394
4394
  url: string;
4395
4395
  name: string;
@@ -4465,7 +4465,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4465
4465
  linkTo?: ({
4466
4466
  __TYPE__: "ImageLink";
4467
4467
  } & {
4468
- kind: "image";
4468
+ kind: string;
4469
4469
  id: string;
4470
4470
  url: string;
4471
4471
  height: string;
@@ -4477,7 +4477,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4477
4477
  }) | ({
4478
4478
  __TYPE__: "FileLink";
4479
4479
  } & {
4480
- kind: "file";
4480
+ kind: string;
4481
4481
  id: string;
4482
4482
  url: string;
4483
4483
  name: string;
@@ -4536,7 +4536,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4536
4536
  data: ({
4537
4537
  __TYPE__: "ImageLink";
4538
4538
  } & {
4539
- kind: "image";
4539
+ kind: string;
4540
4540
  id: string;
4541
4541
  url: string;
4542
4542
  height: string;
@@ -4548,7 +4548,7 @@ export declare const isWidgetContent: (u: unknown) => u is {
4548
4548
  }) | ({
4549
4549
  __TYPE__: "FileLink";
4550
4550
  } & {
4551
- kind: "file";
4551
+ kind: string;
4552
4552
  id: string;
4553
4553
  url: string;
4554
4554
  name: string;
@@ -4715,7 +4715,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
4715
4715
  value: ({
4716
4716
  __TYPE__: "ImageLink";
4717
4717
  } & (({
4718
- kind: "image";
4718
+ kind: string;
4719
4719
  id: string;
4720
4720
  url: string;
4721
4721
  height: string;
@@ -4732,7 +4732,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
4732
4732
  })) | ({
4733
4733
  __TYPE__: "FileLink";
4734
4734
  } & (({
4735
- kind: "file";
4735
+ kind: string;
4736
4736
  id: string;
4737
4737
  url: string;
4738
4738
  name: string;
@@ -4808,7 +4808,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
4808
4808
  linkTo?: ({
4809
4809
  __TYPE__: "ImageLink";
4810
4810
  } & {
4811
- kind: "image";
4811
+ kind: string;
4812
4812
  id: string;
4813
4813
  url: string;
4814
4814
  height: string;
@@ -4820,7 +4820,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
4820
4820
  }) | ({
4821
4821
  __TYPE__: "FileLink";
4822
4822
  } & {
4823
- kind: "file";
4823
+ kind: string;
4824
4824
  id: string;
4825
4825
  url: string;
4826
4826
  name: string;
@@ -4879,7 +4879,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
4879
4879
  data: ({
4880
4880
  __TYPE__: "ImageLink";
4881
4881
  } & {
4882
- kind: "image";
4882
+ kind: string;
4883
4883
  id: string;
4884
4884
  url: string;
4885
4885
  height: string;
@@ -4891,7 +4891,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
4891
4891
  }) | ({
4892
4892
  __TYPE__: "FileLink";
4893
4893
  } & {
4894
- kind: "file";
4894
+ kind: string;
4895
4895
  id: string;
4896
4896
  url: string;
4897
4897
  name: string;
@@ -5059,7 +5059,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5059
5059
  value: ({
5060
5060
  __TYPE__: "ImageLink";
5061
5061
  } & (({
5062
- kind: "image";
5062
+ kind: string;
5063
5063
  id: string;
5064
5064
  url: string;
5065
5065
  height: string;
@@ -5076,7 +5076,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5076
5076
  })) | ({
5077
5077
  __TYPE__: "FileLink";
5078
5078
  } & (({
5079
- kind: "file";
5079
+ kind: string;
5080
5080
  id: string;
5081
5081
  url: string;
5082
5082
  name: string;
@@ -5152,7 +5152,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5152
5152
  linkTo?: ({
5153
5153
  __TYPE__: "ImageLink";
5154
5154
  } & {
5155
- kind: "image";
5155
+ kind: string;
5156
5156
  id: string;
5157
5157
  url: string;
5158
5158
  height: string;
@@ -5164,7 +5164,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5164
5164
  }) | ({
5165
5165
  __TYPE__: "FileLink";
5166
5166
  } & {
5167
- kind: "file";
5167
+ kind: string;
5168
5168
  id: string;
5169
5169
  url: string;
5170
5170
  name: string;
@@ -5223,7 +5223,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5223
5223
  data: ({
5224
5224
  __TYPE__: "ImageLink";
5225
5225
  } & {
5226
- kind: "image";
5226
+ kind: string;
5227
5227
  id: string;
5228
5228
  url: string;
5229
5229
  height: string;
@@ -5235,7 +5235,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5235
5235
  }) | ({
5236
5236
  __TYPE__: "FileLink";
5237
5237
  } & {
5238
- kind: "file";
5238
+ kind: string;
5239
5239
  id: string;
5240
5240
  url: string;
5241
5241
  name: string;
@@ -5397,7 +5397,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5397
5397
  value: ({
5398
5398
  __TYPE__: "ImageLink";
5399
5399
  } & (({
5400
- kind: "image";
5400
+ kind: string;
5401
5401
  id: string;
5402
5402
  url: string;
5403
5403
  height: string;
@@ -5414,7 +5414,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5414
5414
  })) | ({
5415
5415
  __TYPE__: "FileLink";
5416
5416
  } & (({
5417
- kind: "file";
5417
+ kind: string;
5418
5418
  id: string;
5419
5419
  url: string;
5420
5420
  name: string;
@@ -5490,7 +5490,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5490
5490
  linkTo?: ({
5491
5491
  __TYPE__: "ImageLink";
5492
5492
  } & {
5493
- kind: "image";
5493
+ kind: string;
5494
5494
  id: string;
5495
5495
  url: string;
5496
5496
  height: string;
@@ -5502,7 +5502,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5502
5502
  }) | ({
5503
5503
  __TYPE__: "FileLink";
5504
5504
  } & {
5505
- kind: "file";
5505
+ kind: string;
5506
5506
  id: string;
5507
5507
  url: string;
5508
5508
  name: string;
@@ -5561,7 +5561,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5561
5561
  data: ({
5562
5562
  __TYPE__: "ImageLink";
5563
5563
  } & {
5564
- kind: "image";
5564
+ kind: string;
5565
5565
  id: string;
5566
5566
  url: string;
5567
5567
  height: string;
@@ -5573,7 +5573,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5573
5573
  }) | ({
5574
5574
  __TYPE__: "FileLink";
5575
5575
  } & {
5576
- kind: "file";
5576
+ kind: string;
5577
5577
  id: string;
5578
5578
  url: string;
5579
5579
  name: string;
@@ -5736,7 +5736,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5736
5736
  value: ({
5737
5737
  __TYPE__: "ImageLink";
5738
5738
  } & (({
5739
- kind: "image";
5739
+ kind: string;
5740
5740
  id: string;
5741
5741
  url: string;
5742
5742
  height: string;
@@ -5753,7 +5753,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5753
5753
  })) | ({
5754
5754
  __TYPE__: "FileLink";
5755
5755
  } & (({
5756
- kind: "file";
5756
+ kind: string;
5757
5757
  id: string;
5758
5758
  url: string;
5759
5759
  name: string;
@@ -5829,7 +5829,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5829
5829
  linkTo?: ({
5830
5830
  __TYPE__: "ImageLink";
5831
5831
  } & {
5832
- kind: "image";
5832
+ kind: string;
5833
5833
  id: string;
5834
5834
  url: string;
5835
5835
  height: string;
@@ -5841,7 +5841,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5841
5841
  }) | ({
5842
5842
  __TYPE__: "FileLink";
5843
5843
  } & {
5844
- kind: "file";
5844
+ kind: string;
5845
5845
  id: string;
5846
5846
  url: string;
5847
5847
  name: string;
@@ -5900,7 +5900,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5900
5900
  data: ({
5901
5901
  __TYPE__: "ImageLink";
5902
5902
  } & {
5903
- kind: "image";
5903
+ kind: string;
5904
5904
  id: string;
5905
5905
  url: string;
5906
5906
  height: string;
@@ -5912,7 +5912,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
5912
5912
  }) | ({
5913
5913
  __TYPE__: "FileLink";
5914
5914
  } & {
5915
- kind: "file";
5915
+ kind: string;
5916
5916
  id: string;
5917
5917
  url: string;
5918
5918
  name: string;
@@ -6077,7 +6077,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6077
6077
  value: ({
6078
6078
  __TYPE__: "ImageLink";
6079
6079
  } & (({
6080
- kind: "image";
6080
+ kind: string;
6081
6081
  id: string;
6082
6082
  url: string;
6083
6083
  height: string;
@@ -6094,7 +6094,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6094
6094
  })) | ({
6095
6095
  __TYPE__: "FileLink";
6096
6096
  } & (({
6097
- kind: "file";
6097
+ kind: string;
6098
6098
  id: string;
6099
6099
  url: string;
6100
6100
  name: string;
@@ -6170,7 +6170,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6170
6170
  linkTo?: ({
6171
6171
  __TYPE__: "ImageLink";
6172
6172
  } & {
6173
- kind: "image";
6173
+ kind: string;
6174
6174
  id: string;
6175
6175
  url: string;
6176
6176
  height: string;
@@ -6182,7 +6182,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6182
6182
  }) | ({
6183
6183
  __TYPE__: "FileLink";
6184
6184
  } & {
6185
- kind: "file";
6185
+ kind: string;
6186
6186
  id: string;
6187
6187
  url: string;
6188
6188
  name: string;
@@ -6241,7 +6241,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6241
6241
  data: ({
6242
6242
  __TYPE__: "ImageLink";
6243
6243
  } & {
6244
- kind: "image";
6244
+ kind: string;
6245
6245
  id: string;
6246
6246
  url: string;
6247
6247
  height: string;
@@ -6253,7 +6253,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6253
6253
  }) | ({
6254
6254
  __TYPE__: "FileLink";
6255
6255
  } & {
6256
- kind: "file";
6256
+ kind: string;
6257
6257
  id: string;
6258
6258
  url: string;
6259
6259
  name: string;
@@ -6416,7 +6416,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6416
6416
  value: ({
6417
6417
  __TYPE__: "ImageLink";
6418
6418
  } & (({
6419
- kind: "image";
6419
+ kind: string;
6420
6420
  id: string;
6421
6421
  url: string;
6422
6422
  height: string;
@@ -6433,7 +6433,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6433
6433
  })) | ({
6434
6434
  __TYPE__: "FileLink";
6435
6435
  } & (({
6436
- kind: "file";
6436
+ kind: string;
6437
6437
  id: string;
6438
6438
  url: string;
6439
6439
  name: string;
@@ -6509,7 +6509,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6509
6509
  linkTo?: ({
6510
6510
  __TYPE__: "ImageLink";
6511
6511
  } & {
6512
- kind: "image";
6512
+ kind: string;
6513
6513
  id: string;
6514
6514
  url: string;
6515
6515
  height: string;
@@ -6521,7 +6521,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6521
6521
  }) | ({
6522
6522
  __TYPE__: "FileLink";
6523
6523
  } & {
6524
- kind: "file";
6524
+ kind: string;
6525
6525
  id: string;
6526
6526
  url: string;
6527
6527
  name: string;
@@ -6580,7 +6580,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6580
6580
  data: ({
6581
6581
  __TYPE__: "ImageLink";
6582
6582
  } & {
6583
- kind: "image";
6583
+ kind: string;
6584
6584
  id: string;
6585
6585
  url: string;
6586
6586
  height: string;
@@ -6592,7 +6592,7 @@ export declare const WidgetLegacy: (ctx: LegacyContentCtx) => {
6592
6592
  }) | ({
6593
6593
  __TYPE__: "FileLink";
6594
6594
  } & {
6595
- kind: "file";
6595
+ kind: string;
6596
6596
  id: string;
6597
6597
  url: string;
6598
6598
  name: string;