You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/a.ts:10:1 - error TS2322: Type 'I' is not assignable to type '{ [key: string]: number; }'.
Index signature is missing in type 'I'.
10 index = i; // Error
The text was updated successfully, but these errors were encountered:
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 3.1.0-dev.20180721
Code
Expected behavior:
No error.
Actual behavior:
The text was updated successfully, but these errors were encountered: