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
In model-check, there are a few Map types that are declared in the ModelSpec interface with a bare string type for the map key. It would be better to define explicit type aliases for these to make the meaning of these keys more clear in the code and in documentation.
The text was updated successfully, but these errors were encountered:
In model-check, there are a few Map types that are declared in the
ModelSpec
interface with a bare string type for the map key. It would be better to define explicit type aliases for these to make the meaning of these keys more clear in the code and in documentation.The text was updated successfully, but these errors were encountered: