@prismicio/types-internal 2.7.0-alpha.9 → 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.
@@ -119,7 +119,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
119
119
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
120
120
  __TYPE__: t.LiteralC<"ImageLink">;
121
121
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
122
- kind: t.Type<"image", "image", unknown>;
122
+ kind: t.StringC;
123
123
  id: t.StringC;
124
124
  url: t.StringC;
125
125
  height: t.StringC;
@@ -136,7 +136,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
136
136
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
137
137
  __TYPE__: t.LiteralC<"FileLink">;
138
138
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
139
- kind: t.Type<"file", "file", unknown>;
139
+ kind: t.StringC;
140
140
  id: t.StringC;
141
141
  url: t.StringC;
142
142
  name: t.StringC;
@@ -214,7 +214,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
214
214
  linkTo: t.UnionC<[t.Type<({
215
215
  __TYPE__: "ImageLink";
216
216
  } & {
217
- kind: "image";
217
+ kind: string;
218
218
  id: string;
219
219
  url: string;
220
220
  height: string;
@@ -226,7 +226,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
226
226
  }) | ({
227
227
  __TYPE__: "FileLink";
228
228
  } & {
229
- kind: "file";
229
+ kind: string;
230
230
  id: string;
231
231
  url: string;
232
232
  name: string;
@@ -250,7 +250,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
250
250
  }), ({
251
251
  __TYPE__: "ImageLink";
252
252
  } & {
253
- kind: "image";
253
+ kind: string;
254
254
  id: string;
255
255
  url: string;
256
256
  height: string;
@@ -262,7 +262,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
262
262
  }) | ({
263
263
  __TYPE__: "FileLink";
264
264
  } & {
265
- kind: "file";
265
+ kind: string;
266
266
  id: string;
267
267
  url: string;
268
268
  name: string;
@@ -321,7 +321,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
321
321
  data: ({
322
322
  __TYPE__: "ImageLink";
323
323
  } & {
324
- kind: "image";
324
+ kind: string;
325
325
  id: string;
326
326
  url: string;
327
327
  height: string;
@@ -333,7 +333,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
333
333
  }) | ({
334
334
  __TYPE__: "FileLink";
335
335
  } & {
336
- kind: "file";
336
+ kind: string;
337
337
  id: string;
338
338
  url: string;
339
339
  name: string;
@@ -371,7 +371,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
371
371
  data: ({
372
372
  __TYPE__: "ImageLink";
373
373
  } & {
374
- kind: "image";
374
+ kind: string;
375
375
  id: string;
376
376
  url: string;
377
377
  height: string;
@@ -383,7 +383,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
383
383
  }) | ({
384
384
  __TYPE__: "FileLink";
385
385
  } & {
386
- kind: "file";
386
+ kind: string;
387
387
  id: string;
388
388
  url: string;
389
389
  name: string;
@@ -551,7 +551,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
551
551
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
552
552
  __TYPE__: t.LiteralC<"ImageLink">;
553
553
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
554
- kind: t.Type<"image", "image", unknown>;
554
+ kind: t.StringC;
555
555
  id: t.StringC;
556
556
  url: t.StringC;
557
557
  height: t.StringC;
@@ -568,7 +568,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
568
568
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
569
569
  __TYPE__: t.LiteralC<"FileLink">;
570
570
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
571
- kind: t.Type<"file", "file", unknown>;
571
+ kind: t.StringC;
572
572
  id: t.StringC;
573
573
  url: t.StringC;
574
574
  name: t.StringC;
@@ -646,7 +646,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
646
646
  linkTo: t.UnionC<[t.Type<({
647
647
  __TYPE__: "ImageLink";
648
648
  } & {
649
- kind: "image";
649
+ kind: string;
650
650
  id: string;
651
651
  url: string;
652
652
  height: string;
@@ -658,7 +658,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
658
658
  }) | ({
659
659
  __TYPE__: "FileLink";
660
660
  } & {
661
- kind: "file";
661
+ kind: string;
662
662
  id: string;
663
663
  url: string;
664
664
  name: string;
@@ -682,7 +682,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
682
682
  }), ({
683
683
  __TYPE__: "ImageLink";
684
684
  } & {
685
- kind: "image";
685
+ kind: string;
686
686
  id: string;
687
687
  url: string;
688
688
  height: string;
@@ -694,7 +694,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
694
694
  }) | ({
695
695
  __TYPE__: "FileLink";
696
696
  } & {
697
- kind: "file";
697
+ kind: string;
698
698
  id: string;
699
699
  url: string;
700
700
  name: string;
@@ -753,7 +753,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
753
753
  data: ({
754
754
  __TYPE__: "ImageLink";
755
755
  } & {
756
- kind: "image";
756
+ kind: string;
757
757
  id: string;
758
758
  url: string;
759
759
  height: string;
@@ -765,7 +765,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
765
765
  }) | ({
766
766
  __TYPE__: "FileLink";
767
767
  } & {
768
- kind: "file";
768
+ kind: string;
769
769
  id: string;
770
770
  url: string;
771
771
  name: string;
@@ -803,7 +803,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
803
803
  data: ({
804
804
  __TYPE__: "ImageLink";
805
805
  } & {
806
- kind: "image";
806
+ kind: string;
807
807
  id: string;
808
808
  url: string;
809
809
  height: string;
@@ -815,7 +815,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
815
815
  }) | ({
816
816
  __TYPE__: "FileLink";
817
817
  } & {
818
- kind: "file";
818
+ kind: string;
819
819
  id: string;
820
820
  url: string;
821
821
  name: string;
@@ -975,7 +975,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
975
975
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
976
976
  __TYPE__: t.LiteralC<"ImageLink">;
977
977
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
978
- kind: t.Type<"image", "image", unknown>;
978
+ kind: t.StringC;
979
979
  id: t.StringC;
980
980
  url: t.StringC;
981
981
  height: t.StringC;
@@ -992,7 +992,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
992
992
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
993
993
  __TYPE__: t.LiteralC<"FileLink">;
994
994
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
995
- kind: t.Type<"file", "file", unknown>;
995
+ kind: t.StringC;
996
996
  id: t.StringC;
997
997
  url: t.StringC;
998
998
  name: t.StringC;
@@ -1070,7 +1070,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1070
1070
  linkTo: t.UnionC<[t.Type<({
1071
1071
  __TYPE__: "ImageLink";
1072
1072
  } & {
1073
- kind: "image";
1073
+ kind: string;
1074
1074
  id: string;
1075
1075
  url: string;
1076
1076
  height: string;
@@ -1082,7 +1082,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1082
1082
  }) | ({
1083
1083
  __TYPE__: "FileLink";
1084
1084
  } & {
1085
- kind: "file";
1085
+ kind: string;
1086
1086
  id: string;
1087
1087
  url: string;
1088
1088
  name: string;
@@ -1106,7 +1106,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1106
1106
  }), ({
1107
1107
  __TYPE__: "ImageLink";
1108
1108
  } & {
1109
- kind: "image";
1109
+ kind: string;
1110
1110
  id: string;
1111
1111
  url: string;
1112
1112
  height: string;
@@ -1118,7 +1118,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1118
1118
  }) | ({
1119
1119
  __TYPE__: "FileLink";
1120
1120
  } & {
1121
- kind: "file";
1121
+ kind: string;
1122
1122
  id: string;
1123
1123
  url: string;
1124
1124
  name: string;
@@ -1177,7 +1177,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1177
1177
  data: ({
1178
1178
  __TYPE__: "ImageLink";
1179
1179
  } & {
1180
- kind: "image";
1180
+ kind: string;
1181
1181
  id: string;
1182
1182
  url: string;
1183
1183
  height: string;
@@ -1189,7 +1189,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1189
1189
  }) | ({
1190
1190
  __TYPE__: "FileLink";
1191
1191
  } & {
1192
- kind: "file";
1192
+ kind: string;
1193
1193
  id: string;
1194
1194
  url: string;
1195
1195
  name: string;
@@ -1227,7 +1227,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1227
1227
  data: ({
1228
1228
  __TYPE__: "ImageLink";
1229
1229
  } & {
1230
- kind: "image";
1230
+ kind: string;
1231
1231
  id: string;
1232
1232
  url: string;
1233
1233
  height: string;
@@ -1239,7 +1239,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1239
1239
  }) | ({
1240
1240
  __TYPE__: "FileLink";
1241
1241
  } & {
1242
- kind: "file";
1242
+ kind: string;
1243
1243
  id: string;
1244
1244
  url: string;
1245
1245
  name: string;
@@ -1401,7 +1401,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1401
1401
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1402
1402
  __TYPE__: t.LiteralC<"ImageLink">;
1403
1403
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1404
- kind: t.Type<"image", "image", unknown>;
1404
+ kind: t.StringC;
1405
1405
  id: t.StringC;
1406
1406
  url: t.StringC;
1407
1407
  height: t.StringC;
@@ -1418,7 +1418,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1418
1418
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1419
1419
  __TYPE__: t.LiteralC<"FileLink">;
1420
1420
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1421
- kind: t.Type<"file", "file", unknown>;
1421
+ kind: t.StringC;
1422
1422
  id: t.StringC;
1423
1423
  url: t.StringC;
1424
1424
  name: t.StringC;
@@ -1496,7 +1496,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1496
1496
  linkTo: t.UnionC<[t.Type<({
1497
1497
  __TYPE__: "ImageLink";
1498
1498
  } & {
1499
- kind: "image";
1499
+ kind: string;
1500
1500
  id: string;
1501
1501
  url: string;
1502
1502
  height: string;
@@ -1508,7 +1508,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1508
1508
  }) | ({
1509
1509
  __TYPE__: "FileLink";
1510
1510
  } & {
1511
- kind: "file";
1511
+ kind: string;
1512
1512
  id: string;
1513
1513
  url: string;
1514
1514
  name: string;
@@ -1532,7 +1532,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1532
1532
  }), ({
1533
1533
  __TYPE__: "ImageLink";
1534
1534
  } & {
1535
- kind: "image";
1535
+ kind: string;
1536
1536
  id: string;
1537
1537
  url: string;
1538
1538
  height: string;
@@ -1544,7 +1544,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1544
1544
  }) | ({
1545
1545
  __TYPE__: "FileLink";
1546
1546
  } & {
1547
- kind: "file";
1547
+ kind: string;
1548
1548
  id: string;
1549
1549
  url: string;
1550
1550
  name: string;
@@ -1603,7 +1603,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1603
1603
  data: ({
1604
1604
  __TYPE__: "ImageLink";
1605
1605
  } & {
1606
- kind: "image";
1606
+ kind: string;
1607
1607
  id: string;
1608
1608
  url: string;
1609
1609
  height: string;
@@ -1615,7 +1615,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1615
1615
  }) | ({
1616
1616
  __TYPE__: "FileLink";
1617
1617
  } & {
1618
- kind: "file";
1618
+ kind: string;
1619
1619
  id: string;
1620
1620
  url: string;
1621
1621
  name: string;
@@ -1653,7 +1653,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1653
1653
  data: ({
1654
1654
  __TYPE__: "ImageLink";
1655
1655
  } & {
1656
- kind: "image";
1656
+ kind: string;
1657
1657
  id: string;
1658
1658
  url: string;
1659
1659
  height: string;
@@ -1665,7 +1665,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1665
1665
  }) | ({
1666
1666
  __TYPE__: "FileLink";
1667
1667
  } & {
1668
- kind: "file";
1668
+ kind: string;
1669
1669
  id: string;
1670
1670
  url: string;
1671
1671
  name: string;
@@ -1825,7 +1825,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1825
1825
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1826
1826
  __TYPE__: t.LiteralC<"ImageLink">;
1827
1827
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1828
- kind: t.Type<"image", "image", unknown>;
1828
+ kind: t.StringC;
1829
1829
  id: t.StringC;
1830
1830
  url: t.StringC;
1831
1831
  height: t.StringC;
@@ -1842,7 +1842,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1842
1842
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1843
1843
  __TYPE__: t.LiteralC<"FileLink">;
1844
1844
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1845
- kind: t.Type<"file", "file", unknown>;
1845
+ kind: t.StringC;
1846
1846
  id: t.StringC;
1847
1847
  url: t.StringC;
1848
1848
  name: t.StringC;
@@ -1920,7 +1920,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1920
1920
  linkTo: t.UnionC<[t.Type<({
1921
1921
  __TYPE__: "ImageLink";
1922
1922
  } & {
1923
- kind: "image";
1923
+ kind: string;
1924
1924
  id: string;
1925
1925
  url: string;
1926
1926
  height: string;
@@ -1932,7 +1932,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1932
1932
  }) | ({
1933
1933
  __TYPE__: "FileLink";
1934
1934
  } & {
1935
- kind: "file";
1935
+ kind: string;
1936
1936
  id: string;
1937
1937
  url: string;
1938
1938
  name: string;
@@ -1956,7 +1956,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1956
1956
  }), ({
1957
1957
  __TYPE__: "ImageLink";
1958
1958
  } & {
1959
- kind: "image";
1959
+ kind: string;
1960
1960
  id: string;
1961
1961
  url: string;
1962
1962
  height: string;
@@ -1968,7 +1968,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
1968
1968
  }) | ({
1969
1969
  __TYPE__: "FileLink";
1970
1970
  } & {
1971
- kind: "file";
1971
+ kind: string;
1972
1972
  id: string;
1973
1973
  url: string;
1974
1974
  name: string;
@@ -2027,7 +2027,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2027
2027
  data: ({
2028
2028
  __TYPE__: "ImageLink";
2029
2029
  } & {
2030
- kind: "image";
2030
+ kind: string;
2031
2031
  id: string;
2032
2032
  url: string;
2033
2033
  height: string;
@@ -2039,7 +2039,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2039
2039
  }) | ({
2040
2040
  __TYPE__: "FileLink";
2041
2041
  } & {
2042
- kind: "file";
2042
+ kind: string;
2043
2043
  id: string;
2044
2044
  url: string;
2045
2045
  name: string;
@@ -2077,7 +2077,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2077
2077
  data: ({
2078
2078
  __TYPE__: "ImageLink";
2079
2079
  } & {
2080
- kind: "image";
2080
+ kind: string;
2081
2081
  id: string;
2082
2082
  url: string;
2083
2083
  height: string;
@@ -2089,7 +2089,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2089
2089
  }) | ({
2090
2090
  __TYPE__: "FileLink";
2091
2091
  } & {
2092
- kind: "file";
2092
+ kind: string;
2093
2093
  id: string;
2094
2094
  url: string;
2095
2095
  name: string;
@@ -2248,7 +2248,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2248
2248
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
2249
2249
  __TYPE__: t.LiteralC<"ImageLink">;
2250
2250
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
2251
- kind: t.Type<"image", "image", unknown>;
2251
+ kind: t.StringC;
2252
2252
  id: t.StringC;
2253
2253
  url: t.StringC;
2254
2254
  height: t.StringC;
@@ -2265,7 +2265,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2265
2265
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
2266
2266
  __TYPE__: t.LiteralC<"FileLink">;
2267
2267
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
2268
- kind: t.Type<"file", "file", unknown>;
2268
+ kind: t.StringC;
2269
2269
  id: t.StringC;
2270
2270
  url: t.StringC;
2271
2271
  name: t.StringC;
@@ -2343,7 +2343,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2343
2343
  linkTo: t.UnionC<[t.Type<({
2344
2344
  __TYPE__: "ImageLink";
2345
2345
  } & {
2346
- kind: "image";
2346
+ kind: string;
2347
2347
  id: string;
2348
2348
  url: string;
2349
2349
  height: string;
@@ -2355,7 +2355,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2355
2355
  }) | ({
2356
2356
  __TYPE__: "FileLink";
2357
2357
  } & {
2358
- kind: "file";
2358
+ kind: string;
2359
2359
  id: string;
2360
2360
  url: string;
2361
2361
  name: string;
@@ -2379,7 +2379,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2379
2379
  }), ({
2380
2380
  __TYPE__: "ImageLink";
2381
2381
  } & {
2382
- kind: "image";
2382
+ kind: string;
2383
2383
  id: string;
2384
2384
  url: string;
2385
2385
  height: string;
@@ -2391,7 +2391,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2391
2391
  }) | ({
2392
2392
  __TYPE__: "FileLink";
2393
2393
  } & {
2394
- kind: "file";
2394
+ kind: string;
2395
2395
  id: string;
2396
2396
  url: string;
2397
2397
  name: string;
@@ -2450,7 +2450,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2450
2450
  data: ({
2451
2451
  __TYPE__: "ImageLink";
2452
2452
  } & {
2453
- kind: "image";
2453
+ kind: string;
2454
2454
  id: string;
2455
2455
  url: string;
2456
2456
  height: string;
@@ -2462,7 +2462,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2462
2462
  }) | ({
2463
2463
  __TYPE__: "FileLink";
2464
2464
  } & {
2465
- kind: "file";
2465
+ kind: string;
2466
2466
  id: string;
2467
2467
  url: string;
2468
2468
  name: string;
@@ -2500,7 +2500,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2500
2500
  data: ({
2501
2501
  __TYPE__: "ImageLink";
2502
2502
  } & {
2503
- kind: "image";
2503
+ kind: string;
2504
2504
  id: string;
2505
2505
  url: string;
2506
2506
  height: string;
@@ -2512,7 +2512,7 @@ export declare const Document: t.RecordC<t.Type<string, string, unknown>, t.Unio
2512
2512
  }) | ({
2513
2513
  __TYPE__: "FileLink";
2514
2514
  } & {
2515
- kind: "file";
2515
+ kind: string;
2516
2516
  id: string;
2517
2517
  url: string;
2518
2518
  name: string;
@@ -2692,7 +2692,7 @@ export declare const DocumentLegacy: {
2692
2692
  value: ({
2693
2693
  __TYPE__: "ImageLink";
2694
2694
  } & (({
2695
- kind: "image";
2695
+ kind: string;
2696
2696
  id: string;
2697
2697
  url: string;
2698
2698
  height: string;
@@ -2709,7 +2709,7 @@ export declare const DocumentLegacy: {
2709
2709
  })) | ({
2710
2710
  __TYPE__: "FileLink";
2711
2711
  } & (({
2712
- kind: "file";
2712
+ kind: string;
2713
2713
  id: string;
2714
2714
  url: string;
2715
2715
  name: string;
@@ -2785,7 +2785,7 @@ export declare const DocumentLegacy: {
2785
2785
  linkTo?: ({
2786
2786
  __TYPE__: "ImageLink";
2787
2787
  } & {
2788
- kind: "image";
2788
+ kind: string;
2789
2789
  id: string;
2790
2790
  url: string;
2791
2791
  height: string;
@@ -2797,7 +2797,7 @@ export declare const DocumentLegacy: {
2797
2797
  }) | ({
2798
2798
  __TYPE__: "FileLink";
2799
2799
  } & {
2800
- kind: "file";
2800
+ kind: string;
2801
2801
  id: string;
2802
2802
  url: string;
2803
2803
  name: string;
@@ -2856,7 +2856,7 @@ export declare const DocumentLegacy: {
2856
2856
  data: ({
2857
2857
  __TYPE__: "ImageLink";
2858
2858
  } & {
2859
- kind: "image";
2859
+ kind: string;
2860
2860
  id: string;
2861
2861
  url: string;
2862
2862
  height: string;
@@ -2868,7 +2868,7 @@ export declare const DocumentLegacy: {
2868
2868
  }) | ({
2869
2869
  __TYPE__: "FileLink";
2870
2870
  } & {
2871
- kind: "file";
2871
+ kind: string;
2872
2872
  id: string;
2873
2873
  url: string;
2874
2874
  name: string;
@@ -3036,7 +3036,7 @@ export declare const DocumentLegacy: {
3036
3036
  value: ({
3037
3037
  __TYPE__: "ImageLink";
3038
3038
  } & (({
3039
- kind: "image";
3039
+ kind: string;
3040
3040
  id: string;
3041
3041
  url: string;
3042
3042
  height: string;
@@ -3053,7 +3053,7 @@ export declare const DocumentLegacy: {
3053
3053
  })) | ({
3054
3054
  __TYPE__: "FileLink";
3055
3055
  } & (({
3056
- kind: "file";
3056
+ kind: string;
3057
3057
  id: string;
3058
3058
  url: string;
3059
3059
  name: string;
@@ -3129,7 +3129,7 @@ export declare const DocumentLegacy: {
3129
3129
  linkTo?: ({
3130
3130
  __TYPE__: "ImageLink";
3131
3131
  } & {
3132
- kind: "image";
3132
+ kind: string;
3133
3133
  id: string;
3134
3134
  url: string;
3135
3135
  height: string;
@@ -3141,7 +3141,7 @@ export declare const DocumentLegacy: {
3141
3141
  }) | ({
3142
3142
  __TYPE__: "FileLink";
3143
3143
  } & {
3144
- kind: "file";
3144
+ kind: string;
3145
3145
  id: string;
3146
3146
  url: string;
3147
3147
  name: string;
@@ -3200,7 +3200,7 @@ export declare const DocumentLegacy: {
3200
3200
  data: ({
3201
3201
  __TYPE__: "ImageLink";
3202
3202
  } & {
3203
- kind: "image";
3203
+ kind: string;
3204
3204
  id: string;
3205
3205
  url: string;
3206
3206
  height: string;
@@ -3212,7 +3212,7 @@ export declare const DocumentLegacy: {
3212
3212
  }) | ({
3213
3213
  __TYPE__: "FileLink";
3214
3214
  } & {
3215
- kind: "file";
3215
+ kind: string;
3216
3216
  id: string;
3217
3217
  url: string;
3218
3218
  name: string;
@@ -3374,7 +3374,7 @@ export declare const DocumentLegacy: {
3374
3374
  value: ({
3375
3375
  __TYPE__: "ImageLink";
3376
3376
  } & (({
3377
- kind: "image";
3377
+ kind: string;
3378
3378
  id: string;
3379
3379
  url: string;
3380
3380
  height: string;
@@ -3391,7 +3391,7 @@ export declare const DocumentLegacy: {
3391
3391
  })) | ({
3392
3392
  __TYPE__: "FileLink";
3393
3393
  } & (({
3394
- kind: "file";
3394
+ kind: string;
3395
3395
  id: string;
3396
3396
  url: string;
3397
3397
  name: string;
@@ -3467,7 +3467,7 @@ export declare const DocumentLegacy: {
3467
3467
  linkTo?: ({
3468
3468
  __TYPE__: "ImageLink";
3469
3469
  } & {
3470
- kind: "image";
3470
+ kind: string;
3471
3471
  id: string;
3472
3472
  url: string;
3473
3473
  height: string;
@@ -3479,7 +3479,7 @@ export declare const DocumentLegacy: {
3479
3479
  }) | ({
3480
3480
  __TYPE__: "FileLink";
3481
3481
  } & {
3482
- kind: "file";
3482
+ kind: string;
3483
3483
  id: string;
3484
3484
  url: string;
3485
3485
  name: string;
@@ -3538,7 +3538,7 @@ export declare const DocumentLegacy: {
3538
3538
  data: ({
3539
3539
  __TYPE__: "ImageLink";
3540
3540
  } & {
3541
- kind: "image";
3541
+ kind: string;
3542
3542
  id: string;
3543
3543
  url: string;
3544
3544
  height: string;
@@ -3550,7 +3550,7 @@ export declare const DocumentLegacy: {
3550
3550
  }) | ({
3551
3551
  __TYPE__: "FileLink";
3552
3552
  } & {
3553
- kind: "file";
3553
+ kind: string;
3554
3554
  id: string;
3555
3555
  url: string;
3556
3556
  name: string;
@@ -3713,7 +3713,7 @@ export declare const DocumentLegacy: {
3713
3713
  value: ({
3714
3714
  __TYPE__: "ImageLink";
3715
3715
  } & (({
3716
- kind: "image";
3716
+ kind: string;
3717
3717
  id: string;
3718
3718
  url: string;
3719
3719
  height: string;
@@ -3730,7 +3730,7 @@ export declare const DocumentLegacy: {
3730
3730
  })) | ({
3731
3731
  __TYPE__: "FileLink";
3732
3732
  } & (({
3733
- kind: "file";
3733
+ kind: string;
3734
3734
  id: string;
3735
3735
  url: string;
3736
3736
  name: string;
@@ -3806,7 +3806,7 @@ export declare const DocumentLegacy: {
3806
3806
  linkTo?: ({
3807
3807
  __TYPE__: "ImageLink";
3808
3808
  } & {
3809
- kind: "image";
3809
+ kind: string;
3810
3810
  id: string;
3811
3811
  url: string;
3812
3812
  height: string;
@@ -3818,7 +3818,7 @@ export declare const DocumentLegacy: {
3818
3818
  }) | ({
3819
3819
  __TYPE__: "FileLink";
3820
3820
  } & {
3821
- kind: "file";
3821
+ kind: string;
3822
3822
  id: string;
3823
3823
  url: string;
3824
3824
  name: string;
@@ -3877,7 +3877,7 @@ export declare const DocumentLegacy: {
3877
3877
  data: ({
3878
3878
  __TYPE__: "ImageLink";
3879
3879
  } & {
3880
- kind: "image";
3880
+ kind: string;
3881
3881
  id: string;
3882
3882
  url: string;
3883
3883
  height: string;
@@ -3889,7 +3889,7 @@ export declare const DocumentLegacy: {
3889
3889
  }) | ({
3890
3890
  __TYPE__: "FileLink";
3891
3891
  } & {
3892
- kind: "file";
3892
+ kind: string;
3893
3893
  id: string;
3894
3894
  url: string;
3895
3895
  name: string;
@@ -4054,7 +4054,7 @@ export declare const DocumentLegacy: {
4054
4054
  value: ({
4055
4055
  __TYPE__: "ImageLink";
4056
4056
  } & (({
4057
- kind: "image";
4057
+ kind: string;
4058
4058
  id: string;
4059
4059
  url: string;
4060
4060
  height: string;
@@ -4071,7 +4071,7 @@ export declare const DocumentLegacy: {
4071
4071
  })) | ({
4072
4072
  __TYPE__: "FileLink";
4073
4073
  } & (({
4074
- kind: "file";
4074
+ kind: string;
4075
4075
  id: string;
4076
4076
  url: string;
4077
4077
  name: string;
@@ -4147,7 +4147,7 @@ export declare const DocumentLegacy: {
4147
4147
  linkTo?: ({
4148
4148
  __TYPE__: "ImageLink";
4149
4149
  } & {
4150
- kind: "image";
4150
+ kind: string;
4151
4151
  id: string;
4152
4152
  url: string;
4153
4153
  height: string;
@@ -4159,7 +4159,7 @@ export declare const DocumentLegacy: {
4159
4159
  }) | ({
4160
4160
  __TYPE__: "FileLink";
4161
4161
  } & {
4162
- kind: "file";
4162
+ kind: string;
4163
4163
  id: string;
4164
4164
  url: string;
4165
4165
  name: string;
@@ -4218,7 +4218,7 @@ export declare const DocumentLegacy: {
4218
4218
  data: ({
4219
4219
  __TYPE__: "ImageLink";
4220
4220
  } & {
4221
- kind: "image";
4221
+ kind: string;
4222
4222
  id: string;
4223
4223
  url: string;
4224
4224
  height: string;
@@ -4230,7 +4230,7 @@ export declare const DocumentLegacy: {
4230
4230
  }) | ({
4231
4231
  __TYPE__: "FileLink";
4232
4232
  } & {
4233
- kind: "file";
4233
+ kind: string;
4234
4234
  id: string;
4235
4235
  url: string;
4236
4236
  name: string;
@@ -4393,7 +4393,7 @@ export declare const DocumentLegacy: {
4393
4393
  value: ({
4394
4394
  __TYPE__: "ImageLink";
4395
4395
  } & (({
4396
- kind: "image";
4396
+ kind: string;
4397
4397
  id: string;
4398
4398
  url: string;
4399
4399
  height: string;
@@ -4410,7 +4410,7 @@ export declare const DocumentLegacy: {
4410
4410
  })) | ({
4411
4411
  __TYPE__: "FileLink";
4412
4412
  } & (({
4413
- kind: "file";
4413
+ kind: string;
4414
4414
  id: string;
4415
4415
  url: string;
4416
4416
  name: string;
@@ -4486,7 +4486,7 @@ export declare const DocumentLegacy: {
4486
4486
  linkTo?: ({
4487
4487
  __TYPE__: "ImageLink";
4488
4488
  } & {
4489
- kind: "image";
4489
+ kind: string;
4490
4490
  id: string;
4491
4491
  url: string;
4492
4492
  height: string;
@@ -4498,7 +4498,7 @@ export declare const DocumentLegacy: {
4498
4498
  }) | ({
4499
4499
  __TYPE__: "FileLink";
4500
4500
  } & {
4501
- kind: "file";
4501
+ kind: string;
4502
4502
  id: string;
4503
4503
  url: string;
4504
4504
  name: string;
@@ -4557,7 +4557,7 @@ export declare const DocumentLegacy: {
4557
4557
  data: ({
4558
4558
  __TYPE__: "ImageLink";
4559
4559
  } & {
4560
- kind: "image";
4560
+ kind: string;
4561
4561
  id: string;
4562
4562
  url: string;
4563
4563
  height: string;
@@ -4569,7 +4569,7 @@ export declare const DocumentLegacy: {
4569
4569
  }) | ({
4570
4570
  __TYPE__: "FileLink";
4571
4571
  } & {
4572
- kind: "file";
4572
+ kind: string;
4573
4573
  id: string;
4574
4574
  url: string;
4575
4575
  name: string;
@@ -4768,7 +4768,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
4768
4768
  value: ({
4769
4769
  __TYPE__: "ImageLink";
4770
4770
  } & (({
4771
- kind: "image";
4771
+ kind: string;
4772
4772
  id: string;
4773
4773
  url: string;
4774
4774
  height: string;
@@ -4785,7 +4785,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
4785
4785
  })) | ({
4786
4786
  __TYPE__: "FileLink";
4787
4787
  } & (({
4788
- kind: "file";
4788
+ kind: string;
4789
4789
  id: string;
4790
4790
  url: string;
4791
4791
  name: string;
@@ -4861,7 +4861,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
4861
4861
  linkTo?: ({
4862
4862
  __TYPE__: "ImageLink";
4863
4863
  } & {
4864
- kind: "image";
4864
+ kind: string;
4865
4865
  id: string;
4866
4866
  url: string;
4867
4867
  height: string;
@@ -4873,7 +4873,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
4873
4873
  }) | ({
4874
4874
  __TYPE__: "FileLink";
4875
4875
  } & {
4876
- kind: "file";
4876
+ kind: string;
4877
4877
  id: string;
4878
4878
  url: string;
4879
4879
  name: string;
@@ -4932,7 +4932,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
4932
4932
  data: ({
4933
4933
  __TYPE__: "ImageLink";
4934
4934
  } & {
4935
- kind: "image";
4935
+ kind: string;
4936
4936
  id: string;
4937
4937
  url: string;
4938
4938
  height: string;
@@ -4944,7 +4944,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
4944
4944
  }) | ({
4945
4945
  __TYPE__: "FileLink";
4946
4946
  } & {
4947
- kind: "file";
4947
+ kind: string;
4948
4948
  id: string;
4949
4949
  url: string;
4950
4950
  name: string;
@@ -5112,7 +5112,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5112
5112
  value: ({
5113
5113
  __TYPE__: "ImageLink";
5114
5114
  } & (({
5115
- kind: "image";
5115
+ kind: string;
5116
5116
  id: string;
5117
5117
  url: string;
5118
5118
  height: string;
@@ -5129,7 +5129,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5129
5129
  })) | ({
5130
5130
  __TYPE__: "FileLink";
5131
5131
  } & (({
5132
- kind: "file";
5132
+ kind: string;
5133
5133
  id: string;
5134
5134
  url: string;
5135
5135
  name: string;
@@ -5205,7 +5205,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5205
5205
  linkTo?: ({
5206
5206
  __TYPE__: "ImageLink";
5207
5207
  } & {
5208
- kind: "image";
5208
+ kind: string;
5209
5209
  id: string;
5210
5210
  url: string;
5211
5211
  height: string;
@@ -5217,7 +5217,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5217
5217
  }) | ({
5218
5218
  __TYPE__: "FileLink";
5219
5219
  } & {
5220
- kind: "file";
5220
+ kind: string;
5221
5221
  id: string;
5222
5222
  url: string;
5223
5223
  name: string;
@@ -5276,7 +5276,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5276
5276
  data: ({
5277
5277
  __TYPE__: "ImageLink";
5278
5278
  } & {
5279
- kind: "image";
5279
+ kind: string;
5280
5280
  id: string;
5281
5281
  url: string;
5282
5282
  height: string;
@@ -5288,7 +5288,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5288
5288
  }) | ({
5289
5289
  __TYPE__: "FileLink";
5290
5290
  } & {
5291
- kind: "file";
5291
+ kind: string;
5292
5292
  id: string;
5293
5293
  url: string;
5294
5294
  name: string;
@@ -5450,7 +5450,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5450
5450
  value: ({
5451
5451
  __TYPE__: "ImageLink";
5452
5452
  } & (({
5453
- kind: "image";
5453
+ kind: string;
5454
5454
  id: string;
5455
5455
  url: string;
5456
5456
  height: string;
@@ -5467,7 +5467,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5467
5467
  })) | ({
5468
5468
  __TYPE__: "FileLink";
5469
5469
  } & (({
5470
- kind: "file";
5470
+ kind: string;
5471
5471
  id: string;
5472
5472
  url: string;
5473
5473
  name: string;
@@ -5543,7 +5543,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5543
5543
  linkTo?: ({
5544
5544
  __TYPE__: "ImageLink";
5545
5545
  } & {
5546
- kind: "image";
5546
+ kind: string;
5547
5547
  id: string;
5548
5548
  url: string;
5549
5549
  height: string;
@@ -5555,7 +5555,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5555
5555
  }) | ({
5556
5556
  __TYPE__: "FileLink";
5557
5557
  } & {
5558
- kind: "file";
5558
+ kind: string;
5559
5559
  id: string;
5560
5560
  url: string;
5561
5561
  name: string;
@@ -5614,7 +5614,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5614
5614
  data: ({
5615
5615
  __TYPE__: "ImageLink";
5616
5616
  } & {
5617
- kind: "image";
5617
+ kind: string;
5618
5618
  id: string;
5619
5619
  url: string;
5620
5620
  height: string;
@@ -5626,7 +5626,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5626
5626
  }) | ({
5627
5627
  __TYPE__: "FileLink";
5628
5628
  } & {
5629
- kind: "file";
5629
+ kind: string;
5630
5630
  id: string;
5631
5631
  url: string;
5632
5632
  name: string;
@@ -5789,7 +5789,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5789
5789
  value: ({
5790
5790
  __TYPE__: "ImageLink";
5791
5791
  } & (({
5792
- kind: "image";
5792
+ kind: string;
5793
5793
  id: string;
5794
5794
  url: string;
5795
5795
  height: string;
@@ -5806,7 +5806,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5806
5806
  })) | ({
5807
5807
  __TYPE__: "FileLink";
5808
5808
  } & (({
5809
- kind: "file";
5809
+ kind: string;
5810
5810
  id: string;
5811
5811
  url: string;
5812
5812
  name: string;
@@ -5882,7 +5882,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5882
5882
  linkTo?: ({
5883
5883
  __TYPE__: "ImageLink";
5884
5884
  } & {
5885
- kind: "image";
5885
+ kind: string;
5886
5886
  id: string;
5887
5887
  url: string;
5888
5888
  height: string;
@@ -5894,7 +5894,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5894
5894
  }) | ({
5895
5895
  __TYPE__: "FileLink";
5896
5896
  } & {
5897
- kind: "file";
5897
+ kind: string;
5898
5898
  id: string;
5899
5899
  url: string;
5900
5900
  name: string;
@@ -5953,7 +5953,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5953
5953
  data: ({
5954
5954
  __TYPE__: "ImageLink";
5955
5955
  } & {
5956
- kind: "image";
5956
+ kind: string;
5957
5957
  id: string;
5958
5958
  url: string;
5959
5959
  height: string;
@@ -5965,7 +5965,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
5965
5965
  }) | ({
5966
5966
  __TYPE__: "FileLink";
5967
5967
  } & {
5968
- kind: "file";
5968
+ kind: string;
5969
5969
  id: string;
5970
5970
  url: string;
5971
5971
  name: string;
@@ -6130,7 +6130,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6130
6130
  value: ({
6131
6131
  __TYPE__: "ImageLink";
6132
6132
  } & (({
6133
- kind: "image";
6133
+ kind: string;
6134
6134
  id: string;
6135
6135
  url: string;
6136
6136
  height: string;
@@ -6147,7 +6147,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6147
6147
  })) | ({
6148
6148
  __TYPE__: "FileLink";
6149
6149
  } & (({
6150
- kind: "file";
6150
+ kind: string;
6151
6151
  id: string;
6152
6152
  url: string;
6153
6153
  name: string;
@@ -6223,7 +6223,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6223
6223
  linkTo?: ({
6224
6224
  __TYPE__: "ImageLink";
6225
6225
  } & {
6226
- kind: "image";
6226
+ kind: string;
6227
6227
  id: string;
6228
6228
  url: string;
6229
6229
  height: string;
@@ -6235,7 +6235,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6235
6235
  }) | ({
6236
6236
  __TYPE__: "FileLink";
6237
6237
  } & {
6238
- kind: "file";
6238
+ kind: string;
6239
6239
  id: string;
6240
6240
  url: string;
6241
6241
  name: string;
@@ -6294,7 +6294,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6294
6294
  data: ({
6295
6295
  __TYPE__: "ImageLink";
6296
6296
  } & {
6297
- kind: "image";
6297
+ kind: string;
6298
6298
  id: string;
6299
6299
  url: string;
6300
6300
  height: string;
@@ -6306,7 +6306,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6306
6306
  }) | ({
6307
6307
  __TYPE__: "FileLink";
6308
6308
  } & {
6309
- kind: "file";
6309
+ kind: string;
6310
6310
  id: string;
6311
6311
  url: string;
6312
6312
  name: string;
@@ -6469,7 +6469,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6469
6469
  value: ({
6470
6470
  __TYPE__: "ImageLink";
6471
6471
  } & (({
6472
- kind: "image";
6472
+ kind: string;
6473
6473
  id: string;
6474
6474
  url: string;
6475
6475
  height: string;
@@ -6486,7 +6486,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6486
6486
  })) | ({
6487
6487
  __TYPE__: "FileLink";
6488
6488
  } & (({
6489
- kind: "file";
6489
+ kind: string;
6490
6490
  id: string;
6491
6491
  url: string;
6492
6492
  name: string;
@@ -6562,7 +6562,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6562
6562
  linkTo?: ({
6563
6563
  __TYPE__: "ImageLink";
6564
6564
  } & {
6565
- kind: "image";
6565
+ kind: string;
6566
6566
  id: string;
6567
6567
  url: string;
6568
6568
  height: string;
@@ -6574,7 +6574,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6574
6574
  }) | ({
6575
6575
  __TYPE__: "FileLink";
6576
6576
  } & {
6577
- kind: "file";
6577
+ kind: string;
6578
6578
  id: string;
6579
6579
  url: string;
6580
6580
  name: string;
@@ -6633,7 +6633,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6633
6633
  data: ({
6634
6634
  __TYPE__: "ImageLink";
6635
6635
  } & {
6636
- kind: "image";
6636
+ kind: string;
6637
6637
  id: string;
6638
6638
  url: string;
6639
6639
  height: string;
@@ -6645,7 +6645,7 @@ export declare function migrateDocument(document: Document, customType: StaticCu
6645
6645
  }) | ({
6646
6646
  __TYPE__: "FileLink";
6647
6647
  } & {
6648
- kind: "file";
6648
+ kind: string;
6649
6649
  id: string;
6650
6650
  url: string;
6651
6651
  name: string;