Interface with optional properties is not assignable to indexable type with strict-null-checks #15799
Labels
Working as Intended
The behavior described is the intended behavior; this is not a bug
I understand this is more a feature request then a bug report :)
TypeScript Version: 2.3.2
Code
Expected behavior:
A type with optional properties should be assignable to an indexable, even if the indexable values do not include
undefined
.Actual behavior:
The text was updated successfully, but these errors were encountered: