@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.
@@ -125,7 +125,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
125
125
  value: ({
126
126
  __TYPE__: "ImageLink";
127
127
  } & (({
128
- kind: "image";
128
+ kind: string;
129
129
  id: string;
130
130
  url: string;
131
131
  height: string;
@@ -142,7 +142,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
142
142
  })) | ({
143
143
  __TYPE__: "FileLink";
144
144
  } & (({
145
- kind: "file";
145
+ kind: string;
146
146
  id: string;
147
147
  url: string;
148
148
  name: string;
@@ -218,7 +218,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
218
218
  linkTo?: ({
219
219
  __TYPE__: "ImageLink";
220
220
  } & {
221
- kind: "image";
221
+ kind: string;
222
222
  id: string;
223
223
  url: string;
224
224
  height: string;
@@ -230,7 +230,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
230
230
  }) | ({
231
231
  __TYPE__: "FileLink";
232
232
  } & {
233
- kind: "file";
233
+ kind: string;
234
234
  id: string;
235
235
  url: string;
236
236
  name: string;
@@ -289,7 +289,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
289
289
  data: ({
290
290
  __TYPE__: "ImageLink";
291
291
  } & {
292
- kind: "image";
292
+ kind: string;
293
293
  id: string;
294
294
  url: string;
295
295
  height: string;
@@ -301,7 +301,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
301
301
  }) | ({
302
302
  __TYPE__: "FileLink";
303
303
  } & {
304
- kind: "file";
304
+ kind: string;
305
305
  id: string;
306
306
  url: string;
307
307
  name: string;
@@ -464,7 +464,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
464
464
  value: ({
465
465
  __TYPE__: "ImageLink";
466
466
  } & (({
467
- kind: "image";
467
+ kind: string;
468
468
  id: string;
469
469
  url: string;
470
470
  height: string;
@@ -481,7 +481,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
481
481
  })) | ({
482
482
  __TYPE__: "FileLink";
483
483
  } & (({
484
- kind: "file";
484
+ kind: string;
485
485
  id: string;
486
486
  url: string;
487
487
  name: string;
@@ -557,7 +557,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
557
557
  linkTo?: ({
558
558
  __TYPE__: "ImageLink";
559
559
  } & {
560
- kind: "image";
560
+ kind: string;
561
561
  id: string;
562
562
  url: string;
563
563
  height: string;
@@ -569,7 +569,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
569
569
  }) | ({
570
570
  __TYPE__: "FileLink";
571
571
  } & {
572
- kind: "file";
572
+ kind: string;
573
573
  id: string;
574
574
  url: string;
575
575
  name: string;
@@ -628,7 +628,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
628
628
  data: ({
629
629
  __TYPE__: "ImageLink";
630
630
  } & {
631
- kind: "image";
631
+ kind: string;
632
632
  id: string;
633
633
  url: string;
634
634
  height: string;
@@ -640,7 +640,7 @@ export declare const isSharedSliceContent: (u: unknown) => u is {
640
640
  }) | ({
641
641
  __TYPE__: "FileLink";
642
642
  } & {
643
- kind: "file";
643
+ kind: string;
644
644
  id: string;
645
645
  url: string;
646
646
  name: string;
@@ -806,7 +806,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
806
806
  value: ({
807
807
  __TYPE__: "ImageLink";
808
808
  } & (({
809
- kind: "image";
809
+ kind: string;
810
810
  id: string;
811
811
  url: string;
812
812
  height: string;
@@ -823,7 +823,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
823
823
  })) | ({
824
824
  __TYPE__: "FileLink";
825
825
  } & (({
826
- kind: "file";
826
+ kind: string;
827
827
  id: string;
828
828
  url: string;
829
829
  name: string;
@@ -899,7 +899,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
899
899
  linkTo?: ({
900
900
  __TYPE__: "ImageLink";
901
901
  } & {
902
- kind: "image";
902
+ kind: string;
903
903
  id: string;
904
904
  url: string;
905
905
  height: string;
@@ -911,7 +911,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
911
911
  }) | ({
912
912
  __TYPE__: "FileLink";
913
913
  } & {
914
- kind: "file";
914
+ kind: string;
915
915
  id: string;
916
916
  url: string;
917
917
  name: string;
@@ -970,7 +970,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
970
970
  data: ({
971
971
  __TYPE__: "ImageLink";
972
972
  } & {
973
- kind: "image";
973
+ kind: string;
974
974
  id: string;
975
975
  url: string;
976
976
  height: string;
@@ -982,7 +982,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
982
982
  }) | ({
983
983
  __TYPE__: "FileLink";
984
984
  } & {
985
- kind: "file";
985
+ kind: string;
986
986
  id: string;
987
987
  url: string;
988
988
  name: string;
@@ -1145,7 +1145,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
1145
1145
  value: ({
1146
1146
  __TYPE__: "ImageLink";
1147
1147
  } & (({
1148
- kind: "image";
1148
+ kind: string;
1149
1149
  id: string;
1150
1150
  url: string;
1151
1151
  height: string;
@@ -1162,7 +1162,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
1162
1162
  })) | ({
1163
1163
  __TYPE__: "FileLink";
1164
1164
  } & (({
1165
- kind: "file";
1165
+ kind: string;
1166
1166
  id: string;
1167
1167
  url: string;
1168
1168
  name: string;
@@ -1238,7 +1238,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
1238
1238
  linkTo?: ({
1239
1239
  __TYPE__: "ImageLink";
1240
1240
  } & {
1241
- kind: "image";
1241
+ kind: string;
1242
1242
  id: string;
1243
1243
  url: string;
1244
1244
  height: string;
@@ -1250,7 +1250,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
1250
1250
  }) | ({
1251
1251
  __TYPE__: "FileLink";
1252
1252
  } & {
1253
- kind: "file";
1253
+ kind: string;
1254
1254
  id: string;
1255
1255
  url: string;
1256
1256
  name: string;
@@ -1309,7 +1309,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
1309
1309
  data: ({
1310
1310
  __TYPE__: "ImageLink";
1311
1311
  } & {
1312
- kind: "image";
1312
+ kind: string;
1313
1313
  id: string;
1314
1314
  url: string;
1315
1315
  height: string;
@@ -1321,7 +1321,7 @@ export declare const SharedSliceLegacy: (ctx: LegacyContentCtx) => t.Type<{
1321
1321
  }) | ({
1322
1322
  __TYPE__: "FileLink";
1323
1323
  } & {
1324
- kind: "file";
1324
+ kind: string;
1325
1325
  id: string;
1326
1326
  url: string;
1327
1327
  name: string;
@@ -1490,7 +1490,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1490
1490
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1491
1491
  __TYPE__: t.LiteralC<"ImageLink">;
1492
1492
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1493
- kind: t.Type<"image", "image", unknown>;
1493
+ kind: t.StringC;
1494
1494
  id: t.StringC;
1495
1495
  url: t.StringC;
1496
1496
  height: t.StringC;
@@ -1507,7 +1507,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1507
1507
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1508
1508
  __TYPE__: t.LiteralC<"FileLink">;
1509
1509
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1510
- kind: t.Type<"file", "file", unknown>;
1510
+ kind: t.StringC;
1511
1511
  id: t.StringC;
1512
1512
  url: t.StringC;
1513
1513
  name: t.StringC;
@@ -1585,7 +1585,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1585
1585
  linkTo: t.UnionC<[t.Type<({
1586
1586
  __TYPE__: "ImageLink";
1587
1587
  } & {
1588
- kind: "image";
1588
+ kind: string;
1589
1589
  id: string;
1590
1590
  url: string;
1591
1591
  height: string;
@@ -1597,7 +1597,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1597
1597
  }) | ({
1598
1598
  __TYPE__: "FileLink";
1599
1599
  } & {
1600
- kind: "file";
1600
+ kind: string;
1601
1601
  id: string;
1602
1602
  url: string;
1603
1603
  name: string;
@@ -1621,7 +1621,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1621
1621
  }), ({
1622
1622
  __TYPE__: "ImageLink";
1623
1623
  } & {
1624
- kind: "image";
1624
+ kind: string;
1625
1625
  id: string;
1626
1626
  url: string;
1627
1627
  height: string;
@@ -1633,7 +1633,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1633
1633
  }) | ({
1634
1634
  __TYPE__: "FileLink";
1635
1635
  } & {
1636
- kind: "file";
1636
+ kind: string;
1637
1637
  id: string;
1638
1638
  url: string;
1639
1639
  name: string;
@@ -1692,7 +1692,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1692
1692
  data: ({
1693
1693
  __TYPE__: "ImageLink";
1694
1694
  } & {
1695
- kind: "image";
1695
+ kind: string;
1696
1696
  id: string;
1697
1697
  url: string;
1698
1698
  height: string;
@@ -1704,7 +1704,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1704
1704
  }) | ({
1705
1705
  __TYPE__: "FileLink";
1706
1706
  } & {
1707
- kind: "file";
1707
+ kind: string;
1708
1708
  id: string;
1709
1709
  url: string;
1710
1710
  name: string;
@@ -1742,7 +1742,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1742
1742
  data: ({
1743
1743
  __TYPE__: "ImageLink";
1744
1744
  } & {
1745
- kind: "image";
1745
+ kind: string;
1746
1746
  id: string;
1747
1747
  url: string;
1748
1748
  height: string;
@@ -1754,7 +1754,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1754
1754
  }) | ({
1755
1755
  __TYPE__: "FileLink";
1756
1756
  } & {
1757
- kind: "file";
1757
+ kind: string;
1758
1758
  id: string;
1759
1759
  url: string;
1760
1760
  name: string;
@@ -1914,7 +1914,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1914
1914
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1915
1915
  __TYPE__: t.LiteralC<"ImageLink">;
1916
1916
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
1917
- kind: t.Type<"image", "image", unknown>;
1917
+ kind: t.StringC;
1918
1918
  id: t.StringC;
1919
1919
  url: t.StringC;
1920
1920
  height: t.StringC;
@@ -1931,7 +1931,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
1931
1931
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
1932
1932
  __TYPE__: t.LiteralC<"FileLink">;
1933
1933
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
1934
- kind: t.Type<"file", "file", unknown>;
1934
+ kind: t.StringC;
1935
1935
  id: t.StringC;
1936
1936
  url: t.StringC;
1937
1937
  name: t.StringC;
@@ -2009,7 +2009,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2009
2009
  linkTo: t.UnionC<[t.Type<({
2010
2010
  __TYPE__: "ImageLink";
2011
2011
  } & {
2012
- kind: "image";
2012
+ kind: string;
2013
2013
  id: string;
2014
2014
  url: string;
2015
2015
  height: string;
@@ -2021,7 +2021,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2021
2021
  }) | ({
2022
2022
  __TYPE__: "FileLink";
2023
2023
  } & {
2024
- kind: "file";
2024
+ kind: string;
2025
2025
  id: string;
2026
2026
  url: string;
2027
2027
  name: string;
@@ -2045,7 +2045,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2045
2045
  }), ({
2046
2046
  __TYPE__: "ImageLink";
2047
2047
  } & {
2048
- kind: "image";
2048
+ kind: string;
2049
2049
  id: string;
2050
2050
  url: string;
2051
2051
  height: string;
@@ -2057,7 +2057,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2057
2057
  }) | ({
2058
2058
  __TYPE__: "FileLink";
2059
2059
  } & {
2060
- kind: "file";
2060
+ kind: string;
2061
2061
  id: string;
2062
2062
  url: string;
2063
2063
  name: string;
@@ -2116,7 +2116,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2116
2116
  data: ({
2117
2117
  __TYPE__: "ImageLink";
2118
2118
  } & {
2119
- kind: "image";
2119
+ kind: string;
2120
2120
  id: string;
2121
2121
  url: string;
2122
2122
  height: string;
@@ -2128,7 +2128,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2128
2128
  }) | ({
2129
2129
  __TYPE__: "FileLink";
2130
2130
  } & {
2131
- kind: "file";
2131
+ kind: string;
2132
2132
  id: string;
2133
2133
  url: string;
2134
2134
  name: string;
@@ -2166,7 +2166,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2166
2166
  data: ({
2167
2167
  __TYPE__: "ImageLink";
2168
2168
  } & {
2169
- kind: "image";
2169
+ kind: string;
2170
2170
  id: string;
2171
2171
  url: string;
2172
2172
  height: string;
@@ -2178,7 +2178,7 @@ export declare const SharedSliceContent: t.ExactC<t.TypeC<{
2178
2178
  }) | ({
2179
2179
  __TYPE__: "FileLink";
2180
2180
  } & {
2181
- kind: "file";
2181
+ kind: string;
2182
2182
  id: string;
2183
2183
  url: string;
2184
2184
  name: string;
@@ -119,7 +119,7 @@ export declare const SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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 SimpleSliceContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
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;
@@ -544,7 +544,7 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
544
544
  value: ({
545
545
  __TYPE__: "ImageLink";
546
546
  } & (({
547
- kind: "image";
547
+ kind: string;
548
548
  id: string;
549
549
  url: string;
550
550
  height: string;
@@ -561,7 +561,7 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
561
561
  })) | ({
562
562
  __TYPE__: "FileLink";
563
563
  } & (({
564
- kind: "file";
564
+ kind: string;
565
565
  id: string;
566
566
  url: string;
567
567
  name: string;
@@ -637,7 +637,7 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
637
637
  linkTo?: ({
638
638
  __TYPE__: "ImageLink";
639
639
  } & {
640
- kind: "image";
640
+ kind: string;
641
641
  id: string;
642
642
  url: string;
643
643
  height: string;
@@ -649,7 +649,7 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
649
649
  }) | ({
650
650
  __TYPE__: "FileLink";
651
651
  } & {
652
- kind: "file";
652
+ kind: string;
653
653
  id: string;
654
654
  url: string;
655
655
  name: string;
@@ -708,7 +708,7 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
708
708
  data: ({
709
709
  __TYPE__: "ImageLink";
710
710
  } & {
711
- kind: "image";
711
+ kind: string;
712
712
  id: string;
713
713
  url: string;
714
714
  height: string;
@@ -720,7 +720,7 @@ export declare const isSimpleSliceContent: (u: unknown) => u is {
720
720
  }) | ({
721
721
  __TYPE__: "FileLink";
722
722
  } & {
723
- kind: "file";
723
+ kind: string;
724
724
  id: string;
725
725
  url: string;
726
726
  name: string;
@@ -881,7 +881,7 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
881
881
  value: ({
882
882
  __TYPE__: "ImageLink";
883
883
  } & (({
884
- kind: "image";
884
+ kind: string;
885
885
  id: string;
886
886
  url: string;
887
887
  height: string;
@@ -898,7 +898,7 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
898
898
  })) | ({
899
899
  __TYPE__: "FileLink";
900
900
  } & (({
901
- kind: "file";
901
+ kind: string;
902
902
  id: string;
903
903
  url: string;
904
904
  name: string;
@@ -974,7 +974,7 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
974
974
  linkTo?: ({
975
975
  __TYPE__: "ImageLink";
976
976
  } & {
977
- kind: "image";
977
+ kind: string;
978
978
  id: string;
979
979
  url: string;
980
980
  height: string;
@@ -986,7 +986,7 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
986
986
  }) | ({
987
987
  __TYPE__: "FileLink";
988
988
  } & {
989
- kind: "file";
989
+ kind: string;
990
990
  id: string;
991
991
  url: string;
992
992
  name: string;
@@ -1045,7 +1045,7 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1045
1045
  data: ({
1046
1046
  __TYPE__: "ImageLink";
1047
1047
  } & {
1048
- kind: "image";
1048
+ kind: string;
1049
1049
  id: string;
1050
1050
  url: string;
1051
1051
  height: string;
@@ -1057,7 +1057,7 @@ export declare const SimpleSliceLegacy: (ctx: LegacyContentCtx) => {
1057
1057
  }) | ({
1058
1058
  __TYPE__: "FileLink";
1059
1059
  } & {
1060
- kind: "file";
1060
+ kind: string;
1061
1061
  id: string;
1062
1062
  url: string;
1063
1063
  name: string;