@tsonic/efcore 10.0.8 → 10.0.11

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.
@@ -238,13 +238,12 @@ export type INavigationFixer = INavigationFixer$instance;
238
238
  export interface ISnapshot$instance {
239
239
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
240
240
 
241
- [index: number]: unknown | undefined;
242
241
  readonly IsEmpty: boolean;
243
242
  GetValue<T>(index: int): T;
244
243
  }
245
244
 
246
245
 
247
- export type ISnapshot = ISnapshot$instance;
246
+ export type ISnapshot = ISnapshot$instance & { [index: number]: unknown | undefined; };
248
247
 
249
248
  export interface IStateManager$instance extends IResettableService {
250
249
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IStateManager: never;
@@ -327,7 +326,6 @@ export interface MultiSnapshot$instance extends ISnapshot$instance {
327
326
 
328
327
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
329
328
 
330
- [index: number]: unknown | undefined;
331
329
  GetValue<T>(index: int): T;
332
330
  }
333
331
 
@@ -341,7 +339,7 @@ export interface __MultiSnapshot$views {
341
339
  As_ISnapshot(): ISnapshot$instance;
342
340
  }
343
341
 
344
- export type MultiSnapshot = MultiSnapshot$instance & __MultiSnapshot$views;
342
+ export type MultiSnapshot = MultiSnapshot$instance & __MultiSnapshot$views & { [index: number]: unknown | undefined; };
345
343
 
346
344
 
347
345
  export interface ArrayPropertyValues$instance extends PropertyValues {
@@ -1596,7 +1594,6 @@ export interface Snapshot$instance extends ISnapshot$instance {
1596
1594
 
1597
1595
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1598
1596
 
1599
- [index: number]: unknown | undefined;
1600
1597
  GetValue<T>(index: int): T;
1601
1598
  }
1602
1599
 
@@ -1614,7 +1611,7 @@ export interface __Snapshot$views {
1614
1611
  As_ISnapshot(): ISnapshot$instance;
1615
1612
  }
1616
1613
 
1617
- export type Snapshot = Snapshot$instance & __Snapshot$views;
1614
+ export type Snapshot = Snapshot$instance & __Snapshot$views & { [index: number]: unknown | undefined; };
1618
1615
 
1619
1616
 
1620
1617
  export interface Snapshot_1$instance<T0> extends ISnapshot$instance {
@@ -1622,7 +1619,6 @@ export interface Snapshot_1$instance<T0> extends ISnapshot$instance {
1622
1619
 
1623
1620
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1624
1621
 
1625
- [index: number]: unknown | undefined;
1626
1622
  GetValue<T>(index: int): T;
1627
1623
  }
1628
1624
 
@@ -1636,7 +1632,7 @@ export interface __Snapshot_1$views<T0> {
1636
1632
  As_ISnapshot(): ISnapshot$instance;
1637
1633
  }
1638
1634
 
1639
- export type Snapshot_1<T0> = Snapshot_1$instance<T0> & __Snapshot_1$views<T0>;
1635
+ export type Snapshot_1<T0> = Snapshot_1$instance<T0> & __Snapshot_1$views<T0> & { [index: number]: unknown | undefined; };
1640
1636
 
1641
1637
 
1642
1638
  export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> extends ISnapshot$instance {
@@ -1644,7 +1640,6 @@ export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> ex
1644
1640
 
1645
1641
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1646
1642
 
1647
- [index: number]: unknown | undefined;
1648
1643
  GetValue<T>(index: int): T;
1649
1644
  }
1650
1645
 
@@ -1658,7 +1653,7 @@ export interface __Snapshot_10$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> {
1658
1653
  As_ISnapshot(): ISnapshot$instance;
1659
1654
  }
1660
1655
 
1661
- export type Snapshot_10<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> = Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> & __Snapshot_10$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>;
1656
+ export type Snapshot_10<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> = Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> & __Snapshot_10$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> & { [index: number]: unknown | undefined; };
1662
1657
 
1663
1658
 
1664
1659
  export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends ISnapshot$instance {
@@ -1666,7 +1661,6 @@ export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1666
1661
 
1667
1662
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1668
1663
 
1669
- [index: number]: unknown | undefined;
1670
1664
  GetValue<T>(index: int): T;
1671
1665
  }
1672
1666
 
@@ -1680,7 +1674,7 @@ export interface __Snapshot_11$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1680
1674
  As_ISnapshot(): ISnapshot$instance;
1681
1675
  }
1682
1676
 
1683
- export type Snapshot_11<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> = Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> & __Snapshot_11$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>;
1677
+ export type Snapshot_11<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> = Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> & __Snapshot_11$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> & { [index: number]: unknown | undefined; };
1684
1678
 
1685
1679
 
1686
1680
  export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends ISnapshot$instance {
@@ -1688,7 +1682,6 @@ export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1688
1682
 
1689
1683
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1690
1684
 
1691
- [index: number]: unknown | undefined;
1692
1685
  GetValue<T>(index: int): T;
1693
1686
  }
1694
1687
 
@@ -1702,7 +1695,7 @@ export interface __Snapshot_12$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1702
1695
  As_ISnapshot(): ISnapshot$instance;
1703
1696
  }
1704
1697
 
1705
- export type Snapshot_12<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> = Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> & __Snapshot_12$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>;
1698
+ export type Snapshot_12<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> = Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> & __Snapshot_12$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> & { [index: number]: unknown | undefined; };
1706
1699
 
1707
1700
 
1708
1701
  export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extends ISnapshot$instance {
@@ -1710,7 +1703,6 @@ export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1710
1703
 
1711
1704
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1712
1705
 
1713
- [index: number]: unknown | undefined;
1714
1706
  GetValue<T>(index: int): T;
1715
1707
  }
1716
1708
 
@@ -1724,7 +1716,7 @@ export interface __Snapshot_13$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1724
1716
  As_ISnapshot(): ISnapshot$instance;
1725
1717
  }
1726
1718
 
1727
- export type Snapshot_13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> = Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> & __Snapshot_13$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>;
1719
+ export type Snapshot_13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> = Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> & __Snapshot_13$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> & { [index: number]: unknown | undefined; };
1728
1720
 
1729
1721
 
1730
1722
  export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> extends ISnapshot$instance {
@@ -1732,7 +1724,6 @@ export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1732
1724
 
1733
1725
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1734
1726
 
1735
- [index: number]: unknown | undefined;
1736
1727
  GetValue<T>(index: int): T;
1737
1728
  }
1738
1729
 
@@ -1746,7 +1737,7 @@ export interface __Snapshot_14$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1746
1737
  As_ISnapshot(): ISnapshot$instance;
1747
1738
  }
1748
1739
 
1749
- export type Snapshot_14<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> = Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> & __Snapshot_14$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>;
1740
+ export type Snapshot_14<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> = Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> & __Snapshot_14$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> & { [index: number]: unknown | undefined; };
1750
1741
 
1751
1742
 
1752
1743
  export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> extends ISnapshot$instance {
@@ -1754,7 +1745,6 @@ export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1754
1745
 
1755
1746
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1756
1747
 
1757
- [index: number]: unknown | undefined;
1758
1748
  GetValue<T>(index: int): T;
1759
1749
  }
1760
1750
 
@@ -1768,7 +1758,7 @@ export interface __Snapshot_15$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1768
1758
  As_ISnapshot(): ISnapshot$instance;
1769
1759
  }
1770
1760
 
1771
- export type Snapshot_15<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> = Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> & __Snapshot_15$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>;
1761
+ export type Snapshot_15<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> = Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> & __Snapshot_15$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> & { [index: number]: unknown | undefined; };
1772
1762
 
1773
1763
 
1774
1764
  export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> extends ISnapshot$instance {
@@ -1776,7 +1766,6 @@ export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1776
1766
 
1777
1767
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1778
1768
 
1779
- [index: number]: unknown | undefined;
1780
1769
  GetValue<T>(index: int): T;
1781
1770
  }
1782
1771
 
@@ -1790,7 +1779,7 @@ export interface __Snapshot_16$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1790
1779
  As_ISnapshot(): ISnapshot$instance;
1791
1780
  }
1792
1781
 
1793
- export type Snapshot_16<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> = Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> & __Snapshot_16$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>;
1782
+ export type Snapshot_16<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> = Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> & __Snapshot_16$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> & { [index: number]: unknown | undefined; };
1794
1783
 
1795
1784
 
1796
1785
  export interface Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> extends ISnapshot$instance {
@@ -1798,7 +1787,6 @@ export interface Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1798
1787
 
1799
1788
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1800
1789
 
1801
- [index: number]: unknown | undefined;
1802
1790
  GetValue<T>(index: int): T;
1803
1791
  }
1804
1792
 
@@ -1812,7 +1800,7 @@ export interface __Snapshot_17$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1812
1800
  As_ISnapshot(): ISnapshot$instance;
1813
1801
  }
1814
1802
 
1815
- export type Snapshot_17<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> = Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> & __Snapshot_17$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>;
1803
+ export type Snapshot_17<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> = Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> & __Snapshot_17$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> & { [index: number]: unknown | undefined; };
1816
1804
 
1817
1805
 
1818
1806
  export interface Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> extends ISnapshot$instance {
@@ -1820,7 +1808,6 @@ export interface Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1820
1808
 
1821
1809
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1822
1810
 
1823
- [index: number]: unknown | undefined;
1824
1811
  GetValue<T>(index: int): T;
1825
1812
  }
1826
1813
 
@@ -1834,7 +1821,7 @@ export interface __Snapshot_18$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1834
1821
  As_ISnapshot(): ISnapshot$instance;
1835
1822
  }
1836
1823
 
1837
- export type Snapshot_18<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> = Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> & __Snapshot_18$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>;
1824
+ export type Snapshot_18<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> = Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> & __Snapshot_18$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> & { [index: number]: unknown | undefined; };
1838
1825
 
1839
1826
 
1840
1827
  export interface Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> extends ISnapshot$instance {
@@ -1842,7 +1829,6 @@ export interface Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1842
1829
 
1843
1830
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1844
1831
 
1845
- [index: number]: unknown | undefined;
1846
1832
  GetValue<T>(index: int): T;
1847
1833
  }
1848
1834
 
@@ -1856,7 +1842,7 @@ export interface __Snapshot_19$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1856
1842
  As_ISnapshot(): ISnapshot$instance;
1857
1843
  }
1858
1844
 
1859
- export type Snapshot_19<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> = Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> & __Snapshot_19$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>;
1845
+ export type Snapshot_19<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> = Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> & __Snapshot_19$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> & { [index: number]: unknown | undefined; };
1860
1846
 
1861
1847
 
1862
1848
  export interface Snapshot_2$instance<T0, T1> extends ISnapshot$instance {
@@ -1864,7 +1850,6 @@ export interface Snapshot_2$instance<T0, T1> extends ISnapshot$instance {
1864
1850
 
1865
1851
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1866
1852
 
1867
- [index: number]: unknown | undefined;
1868
1853
  GetValue<T>(index: int): T;
1869
1854
  }
1870
1855
 
@@ -1878,7 +1863,7 @@ export interface __Snapshot_2$views<T0, T1> {
1878
1863
  As_ISnapshot(): ISnapshot$instance;
1879
1864
  }
1880
1865
 
1881
- export type Snapshot_2<T0, T1> = Snapshot_2$instance<T0, T1> & __Snapshot_2$views<T0, T1>;
1866
+ export type Snapshot_2<T0, T1> = Snapshot_2$instance<T0, T1> & __Snapshot_2$views<T0, T1> & { [index: number]: unknown | undefined; };
1882
1867
 
1883
1868
 
1884
1869
  export interface Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> extends ISnapshot$instance {
@@ -1886,7 +1871,6 @@ export interface Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1886
1871
 
1887
1872
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1888
1873
 
1889
- [index: number]: unknown | undefined;
1890
1874
  GetValue<T>(index: int): T;
1891
1875
  }
1892
1876
 
@@ -1900,7 +1884,7 @@ export interface __Snapshot_20$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1900
1884
  As_ISnapshot(): ISnapshot$instance;
1901
1885
  }
1902
1886
 
1903
- export type Snapshot_20<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> = Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> & __Snapshot_20$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>;
1887
+ export type Snapshot_20<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> = Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> & __Snapshot_20$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> & { [index: number]: unknown | undefined; };
1904
1888
 
1905
1889
 
1906
1890
  export interface Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> extends ISnapshot$instance {
@@ -1908,7 +1892,6 @@ export interface Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1908
1892
 
1909
1893
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1910
1894
 
1911
- [index: number]: unknown | undefined;
1912
1895
  GetValue<T>(index: int): T;
1913
1896
  }
1914
1897
 
@@ -1922,7 +1905,7 @@ export interface __Snapshot_21$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1922
1905
  As_ISnapshot(): ISnapshot$instance;
1923
1906
  }
1924
1907
 
1925
- export type Snapshot_21<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> = Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> & __Snapshot_21$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>;
1908
+ export type Snapshot_21<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> = Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> & __Snapshot_21$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> & { [index: number]: unknown | undefined; };
1926
1909
 
1927
1910
 
1928
1911
  export interface Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> extends ISnapshot$instance {
@@ -1930,7 +1913,6 @@ export interface Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1930
1913
 
1931
1914
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1932
1915
 
1933
- [index: number]: unknown | undefined;
1934
1916
  GetValue<T>(index: int): T;
1935
1917
  }
1936
1918
 
@@ -1944,7 +1926,7 @@ export interface __Snapshot_22$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1944
1926
  As_ISnapshot(): ISnapshot$instance;
1945
1927
  }
1946
1928
 
1947
- export type Snapshot_22<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> = Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> & __Snapshot_22$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>;
1929
+ export type Snapshot_22<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> = Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> & __Snapshot_22$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> & { [index: number]: unknown | undefined; };
1948
1930
 
1949
1931
 
1950
1932
  export interface Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extends ISnapshot$instance {
@@ -1952,7 +1934,6 @@ export interface Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1952
1934
 
1953
1935
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1954
1936
 
1955
- [index: number]: unknown | undefined;
1956
1937
  GetValue<T>(index: int): T;
1957
1938
  }
1958
1939
 
@@ -1966,7 +1947,7 @@ export interface __Snapshot_23$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1966
1947
  As_ISnapshot(): ISnapshot$instance;
1967
1948
  }
1968
1949
 
1969
- export type Snapshot_23<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> = Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> & __Snapshot_23$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>;
1950
+ export type Snapshot_23<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> = Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> & __Snapshot_23$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> & { [index: number]: unknown | undefined; };
1970
1951
 
1971
1952
 
1972
1953
  export interface Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> extends ISnapshot$instance {
@@ -1974,7 +1955,6 @@ export interface Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1974
1955
 
1975
1956
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1976
1957
 
1977
- [index: number]: unknown | undefined;
1978
1958
  GetValue<T>(index: int): T;
1979
1959
  }
1980
1960
 
@@ -1988,7 +1968,7 @@ export interface __Snapshot_24$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
1988
1968
  As_ISnapshot(): ISnapshot$instance;
1989
1969
  }
1990
1970
 
1991
- export type Snapshot_24<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> = Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> & __Snapshot_24$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23>;
1971
+ export type Snapshot_24<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> = Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> & __Snapshot_24$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> & { [index: number]: unknown | undefined; };
1992
1972
 
1993
1973
 
1994
1974
  export interface Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> extends ISnapshot$instance {
@@ -1996,7 +1976,6 @@ export interface Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
1996
1976
 
1997
1977
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
1998
1978
 
1999
- [index: number]: unknown | undefined;
2000
1979
  GetValue<T>(index: int): T;
2001
1980
  }
2002
1981
 
@@ -2010,7 +1989,7 @@ export interface __Snapshot_25$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
2010
1989
  As_ISnapshot(): ISnapshot$instance;
2011
1990
  }
2012
1991
 
2013
- export type Snapshot_25<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> = Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> & __Snapshot_25$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24>;
1992
+ export type Snapshot_25<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> = Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> & __Snapshot_25$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> & { [index: number]: unknown | undefined; };
2014
1993
 
2015
1994
 
2016
1995
  export interface Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> extends ISnapshot$instance {
@@ -2018,7 +1997,6 @@ export interface Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
2018
1997
 
2019
1998
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2020
1999
 
2021
- [index: number]: unknown | undefined;
2022
2000
  GetValue<T>(index: int): T;
2023
2001
  }
2024
2002
 
@@ -2032,7 +2010,7 @@ export interface __Snapshot_26$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
2032
2010
  As_ISnapshot(): ISnapshot$instance;
2033
2011
  }
2034
2012
 
2035
- export type Snapshot_26<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> = Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> & __Snapshot_26$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25>;
2013
+ export type Snapshot_26<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> = Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> & __Snapshot_26$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> & { [index: number]: unknown | undefined; };
2036
2014
 
2037
2015
 
2038
2016
  export interface Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> extends ISnapshot$instance {
@@ -2040,7 +2018,6 @@ export interface Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
2040
2018
 
2041
2019
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2042
2020
 
2043
- [index: number]: unknown | undefined;
2044
2021
  GetValue<T>(index: int): T;
2045
2022
  }
2046
2023
 
@@ -2054,7 +2031,7 @@ export interface __Snapshot_27$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
2054
2031
  As_ISnapshot(): ISnapshot$instance;
2055
2032
  }
2056
2033
 
2057
- export type Snapshot_27<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> = Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> & __Snapshot_27$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26>;
2034
+ export type Snapshot_27<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> = Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> & __Snapshot_27$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> & { [index: number]: unknown | undefined; };
2058
2035
 
2059
2036
 
2060
2037
  export interface Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> extends ISnapshot$instance {
@@ -2062,7 +2039,6 @@ export interface Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
2062
2039
 
2063
2040
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2064
2041
 
2065
- [index: number]: unknown | undefined;
2066
2042
  GetValue<T>(index: int): T;
2067
2043
  }
2068
2044
 
@@ -2076,7 +2052,7 @@ export interface __Snapshot_28$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
2076
2052
  As_ISnapshot(): ISnapshot$instance;
2077
2053
  }
2078
2054
 
2079
- export type Snapshot_28<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> = Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> & __Snapshot_28$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27>;
2055
+ export type Snapshot_28<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> = Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> & __Snapshot_28$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> & { [index: number]: unknown | undefined; };
2080
2056
 
2081
2057
 
2082
2058
  export interface Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> extends ISnapshot$instance {
@@ -2084,7 +2060,6 @@ export interface Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
2084
2060
 
2085
2061
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2086
2062
 
2087
- [index: number]: unknown | undefined;
2088
2063
  GetValue<T>(index: int): T;
2089
2064
  }
2090
2065
 
@@ -2098,7 +2073,7 @@ export interface __Snapshot_29$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
2098
2073
  As_ISnapshot(): ISnapshot$instance;
2099
2074
  }
2100
2075
 
2101
- export type Snapshot_29<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> = Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> & __Snapshot_29$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28>;
2076
+ export type Snapshot_29<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> = Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> & __Snapshot_29$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> & { [index: number]: unknown | undefined; };
2102
2077
 
2103
2078
 
2104
2079
  export interface Snapshot_3$instance<T0, T1, T2> extends ISnapshot$instance {
@@ -2106,7 +2081,6 @@ export interface Snapshot_3$instance<T0, T1, T2> extends ISnapshot$instance {
2106
2081
 
2107
2082
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2108
2083
 
2109
- [index: number]: unknown | undefined;
2110
2084
  GetValue<T>(index: int): T;
2111
2085
  }
2112
2086
 
@@ -2120,7 +2094,7 @@ export interface __Snapshot_3$views<T0, T1, T2> {
2120
2094
  As_ISnapshot(): ISnapshot$instance;
2121
2095
  }
2122
2096
 
2123
- export type Snapshot_3<T0, T1, T2> = Snapshot_3$instance<T0, T1, T2> & __Snapshot_3$views<T0, T1, T2>;
2097
+ export type Snapshot_3<T0, T1, T2> = Snapshot_3$instance<T0, T1, T2> & __Snapshot_3$views<T0, T1, T2> & { [index: number]: unknown | undefined; };
2124
2098
 
2125
2099
 
2126
2100
  export interface Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> extends ISnapshot$instance {
@@ -2128,7 +2102,6 @@ export interface Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T1
2128
2102
 
2129
2103
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2130
2104
 
2131
- [index: number]: unknown | undefined;
2132
2105
  GetValue<T>(index: int): T;
2133
2106
  }
2134
2107
 
@@ -2142,7 +2115,7 @@ export interface __Snapshot_30$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
2142
2115
  As_ISnapshot(): ISnapshot$instance;
2143
2116
  }
2144
2117
 
2145
- export type Snapshot_30<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> = Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> & __Snapshot_30$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29>;
2118
+ export type Snapshot_30<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> = Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> & __Snapshot_30$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> & { [index: number]: unknown | undefined; };
2146
2119
 
2147
2120
 
2148
2121
  export interface Snapshot_4$instance<T0, T1, T2, T3> extends ISnapshot$instance {
@@ -2150,7 +2123,6 @@ export interface Snapshot_4$instance<T0, T1, T2, T3> extends ISnapshot$instance
2150
2123
 
2151
2124
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2152
2125
 
2153
- [index: number]: unknown | undefined;
2154
2126
  GetValue<T>(index: int): T;
2155
2127
  }
2156
2128
 
@@ -2164,7 +2136,7 @@ export interface __Snapshot_4$views<T0, T1, T2, T3> {
2164
2136
  As_ISnapshot(): ISnapshot$instance;
2165
2137
  }
2166
2138
 
2167
- export type Snapshot_4<T0, T1, T2, T3> = Snapshot_4$instance<T0, T1, T2, T3> & __Snapshot_4$views<T0, T1, T2, T3>;
2139
+ export type Snapshot_4<T0, T1, T2, T3> = Snapshot_4$instance<T0, T1, T2, T3> & __Snapshot_4$views<T0, T1, T2, T3> & { [index: number]: unknown | undefined; };
2168
2140
 
2169
2141
 
2170
2142
  export interface Snapshot_5$instance<T0, T1, T2, T3, T4> extends ISnapshot$instance {
@@ -2172,7 +2144,6 @@ export interface Snapshot_5$instance<T0, T1, T2, T3, T4> extends ISnapshot$insta
2172
2144
 
2173
2145
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2174
2146
 
2175
- [index: number]: unknown | undefined;
2176
2147
  GetValue<T>(index: int): T;
2177
2148
  }
2178
2149
 
@@ -2186,7 +2157,7 @@ export interface __Snapshot_5$views<T0, T1, T2, T3, T4> {
2186
2157
  As_ISnapshot(): ISnapshot$instance;
2187
2158
  }
2188
2159
 
2189
- export type Snapshot_5<T0, T1, T2, T3, T4> = Snapshot_5$instance<T0, T1, T2, T3, T4> & __Snapshot_5$views<T0, T1, T2, T3, T4>;
2160
+ export type Snapshot_5<T0, T1, T2, T3, T4> = Snapshot_5$instance<T0, T1, T2, T3, T4> & __Snapshot_5$views<T0, T1, T2, T3, T4> & { [index: number]: unknown | undefined; };
2190
2161
 
2191
2162
 
2192
2163
  export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> extends ISnapshot$instance {
@@ -2194,7 +2165,6 @@ export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> extends ISnapshot$i
2194
2165
 
2195
2166
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2196
2167
 
2197
- [index: number]: unknown | undefined;
2198
2168
  GetValue<T>(index: int): T;
2199
2169
  }
2200
2170
 
@@ -2208,7 +2178,7 @@ export interface __Snapshot_6$views<T0, T1, T2, T3, T4, T5> {
2208
2178
  As_ISnapshot(): ISnapshot$instance;
2209
2179
  }
2210
2180
 
2211
- export type Snapshot_6<T0, T1, T2, T3, T4, T5> = Snapshot_6$instance<T0, T1, T2, T3, T4, T5> & __Snapshot_6$views<T0, T1, T2, T3, T4, T5>;
2181
+ export type Snapshot_6<T0, T1, T2, T3, T4, T5> = Snapshot_6$instance<T0, T1, T2, T3, T4, T5> & __Snapshot_6$views<T0, T1, T2, T3, T4, T5> & { [index: number]: unknown | undefined; };
2212
2182
 
2213
2183
 
2214
2184
  export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> extends ISnapshot$instance {
@@ -2216,7 +2186,6 @@ export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> extends ISnapsh
2216
2186
 
2217
2187
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2218
2188
 
2219
- [index: number]: unknown | undefined;
2220
2189
  GetValue<T>(index: int): T;
2221
2190
  }
2222
2191
 
@@ -2230,7 +2199,7 @@ export interface __Snapshot_7$views<T0, T1, T2, T3, T4, T5, T6> {
2230
2199
  As_ISnapshot(): ISnapshot$instance;
2231
2200
  }
2232
2201
 
2233
- export type Snapshot_7<T0, T1, T2, T3, T4, T5, T6> = Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> & __Snapshot_7$views<T0, T1, T2, T3, T4, T5, T6>;
2202
+ export type Snapshot_7<T0, T1, T2, T3, T4, T5, T6> = Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> & __Snapshot_7$views<T0, T1, T2, T3, T4, T5, T6> & { [index: number]: unknown | undefined; };
2234
2203
 
2235
2204
 
2236
2205
  export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> extends ISnapshot$instance {
@@ -2238,7 +2207,6 @@ export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> extends ISn
2238
2207
 
2239
2208
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2240
2209
 
2241
- [index: number]: unknown | undefined;
2242
2210
  GetValue<T>(index: int): T;
2243
2211
  }
2244
2212
 
@@ -2252,7 +2220,7 @@ export interface __Snapshot_8$views<T0, T1, T2, T3, T4, T5, T6, T7> {
2252
2220
  As_ISnapshot(): ISnapshot$instance;
2253
2221
  }
2254
2222
 
2255
- export type Snapshot_8<T0, T1, T2, T3, T4, T5, T6, T7> = Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> & __Snapshot_8$views<T0, T1, T2, T3, T4, T5, T6, T7>;
2223
+ export type Snapshot_8<T0, T1, T2, T3, T4, T5, T6, T7> = Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> & __Snapshot_8$views<T0, T1, T2, T3, T4, T5, T6, T7> & { [index: number]: unknown | undefined; };
2256
2224
 
2257
2225
 
2258
2226
  export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> extends ISnapshot$instance {
@@ -2260,7 +2228,6 @@ export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> extends
2260
2228
 
2261
2229
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
2262
2230
 
2263
- [index: number]: unknown | undefined;
2264
2231
  GetValue<T>(index: int): T;
2265
2232
  }
2266
2233
 
@@ -2274,7 +2241,7 @@ export interface __Snapshot_9$views<T0, T1, T2, T3, T4, T5, T6, T7, T8> {
2274
2241
  As_ISnapshot(): ISnapshot$instance;
2275
2242
  }
2276
2243
 
2277
- export type Snapshot_9<T0, T1, T2, T3, T4, T5, T6, T7, T8> = Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> & __Snapshot_9$views<T0, T1, T2, T3, T4, T5, T6, T7, T8>;
2244
+ export type Snapshot_9<T0, T1, T2, T3, T4, T5, T6, T7, T8> = Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> & __Snapshot_9$views<T0, T1, T2, T3, T4, T5, T6, T7, T8> & { [index: number]: unknown | undefined; };
2278
2245
 
2279
2246
 
2280
2247
  export interface SnapshotFactoryFactory$instance {
@@ -50,7 +50,6 @@ export enum MetadataDebugStringOptions {
50
50
  export interface IAnnotatable$instance extends IReadOnlyAnnotatable {
51
51
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
52
52
 
53
- readonly [name: string]: unknown | undefined;
54
53
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
55
54
  AnnotationsToDebugString(indent?: int): string;
56
55
  FindRuntimeAnnotation(name: string): IAnnotation | undefined;
@@ -64,7 +63,7 @@ export interface IAnnotatable$instance extends IReadOnlyAnnotatable {
64
63
 
65
64
  export interface IAnnotatable$instance extends IReadOnlyAnnotatable$instance {}
66
65
 
67
- export type IAnnotatable = IAnnotatable$instance;
66
+ export type IAnnotatable = IAnnotatable$instance & { readonly [name: string]: unknown | undefined; };
68
67
 
69
68
  export interface IAnnotation$instance {
70
69
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotation: never;
@@ -237,14 +236,13 @@ export type IModelValidator = IModelValidator$instance;
237
236
  export interface IReadOnlyAnnotatable$instance {
238
237
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
239
238
 
240
- readonly [name: string]: unknown | undefined;
241
239
  AnnotationsToDebugString(indent?: int): string;
242
240
  FindAnnotation(name: string): IAnnotation | undefined;
243
241
  GetAnnotations(): IEnumerable_1<IAnnotation>;
244
242
  }
245
243
 
246
244
 
247
- export type IReadOnlyAnnotatable = IReadOnlyAnnotatable$instance;
245
+ export type IReadOnlyAnnotatable = IReadOnlyAnnotatable$instance & { readonly [name: string]: unknown | undefined; };
248
246
 
249
247
  export interface IRelationalDbContextOptionsBuilderInfrastructure$instance {
250
248
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
@@ -373,7 +371,6 @@ export interface AnnotatableBase$instance {
373
371
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
374
372
 
375
373
  readonly IsReadOnly: boolean;
376
- [name: string]: unknown | undefined;
377
374
  AddAnnotation(name: string, value: unknown): Annotation;
378
375
  AddAnnotation(name: string, annotation: Annotation): Annotation;
379
376
  AddAnnotations(annotations: IEnumerable_1<IAnnotation>): void;
@@ -412,7 +409,7 @@ export interface __AnnotatableBase$views {
412
409
  As_IReadOnlyAnnotatable(): IReadOnlyAnnotatable$instance;
413
410
  }
414
411
 
415
- export type AnnotatableBase = AnnotatableBase$instance & __AnnotatableBase$views;
412
+ export type AnnotatableBase = AnnotatableBase$instance & __AnnotatableBase$views & { [name: string]: unknown | undefined; };
416
413
 
417
414
 
418
415
  export interface AnnotatableBuilder_2$instance<TMetadata extends ConventionAnnotatable, TModelBuilder extends IConventionModelBuilder> {
@@ -582,7 +579,7 @@ export interface __CoreOptionsExtension$views {
582
579
  export type CoreOptionsExtension = CoreOptionsExtension$instance & __CoreOptionsExtension$views;
583
580
 
584
581
 
585
- export interface DatabaseFacade$instance {
582
+ export interface DatabaseFacade$instance extends IInfrastructure_1$instance<IServiceProvider>, IResettableService$instance, Microsoft_EntityFrameworkCore_Storage_Internal.IDatabaseFacadeDependenciesAccessor$instance {
586
583
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_DatabaseFacade: never;
587
584
 
588
585
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
@@ -1393,7 +1390,6 @@ export interface RuntimeAnnotatableBase$instance {
1393
1390
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1394
1391
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1395
1392
 
1396
- [name: string]: unknown | undefined;
1397
1393
  AddAnnotation(name: string, value: unknown): Annotation;
1398
1394
  AddAnnotations(annotations: IEnumerable_1<IAnnotation>): void;
1399
1395
  AddAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
@@ -1426,7 +1422,7 @@ export interface __RuntimeAnnotatableBase$views {
1426
1422
  As_IReadOnlyAnnotatable(): IReadOnlyAnnotatable$instance;
1427
1423
  }
1428
1424
 
1429
- export type RuntimeAnnotatableBase = RuntimeAnnotatableBase$instance & __RuntimeAnnotatableBase$views;
1425
+ export type RuntimeAnnotatableBase = RuntimeAnnotatableBase$instance & __RuntimeAnnotatableBase$views & { [name: string]: unknown | undefined; };
1430
1426
 
1431
1427
 
1432
1428
  export interface RuntimeModelDependencies$instance {
@@ -1452,7 +1448,7 @@ export const RuntimeModelDependencies: {
1452
1448
 
1453
1449
  export type RuntimeModelDependencies = RuntimeModelDependencies$instance;
1454
1450
 
1455
- export interface ServiceCollectionMap$instance {
1451
+ export interface ServiceCollectionMap$instance extends IInfrastructure_1$instance<IInternalServiceCollectionMap> {
1456
1452
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_Infrastructure_ServiceCollectionMap: never;
1457
1453
 
1458
1454
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
@@ -299,7 +299,7 @@ export const DbContextLease: {
299
299
 
300
300
  export type DbContextLease = DbContextLease$instance;
301
301
 
302
- export interface DbContextDependencies$instance {
302
+ export interface DbContextDependencies$instance extends IDbContextDependencies$instance, System_Internal.IEquatable_1<DbContextDependencies> {
303
303
  readonly __tsonic_type_Microsoft_EntityFrameworkCore_Internal_DbContextDependencies: never;
304
304
 
305
305
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Internal_IDbContextDependencies: never;