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
This two types contains a Map<String, Any?> but we are always expecting a specific field. We should avoid use Any as much as we can and here in this case we can simply create the proper class and replace the type of the fields by these new classes.
The text was updated successfully, but these errors were encountered:
This two types contains a
Map<String, Any?>
but we are always expecting a specific field. We should avoid useAny
as much as we can and here in this case we can simply create the proper class and replace the type of the fields by these new classes.The text was updated successfully, but these errors were encountered: