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
I've looked through the docs, but I'm unclear on how to achieve a dictionary type that has unknown string keys, but known values, basically the type of Record<string, KnownType | undefined>. The nostrict() modifier is close, but I don't see how to specify the value type when using that
The text was updated successfully, but these errors were encountered:
I've looked through the docs, but I'm unclear on how to achieve a dictionary type that has unknown string keys, but known values, basically the type of
Record<string, KnownType | undefined>
. Thenostrict()
modifier is close, but I don't see how to specify the value type when using thatThe text was updated successfully, but these errors were encountered: