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
Currently, we try to use ObjectIDs internally throughout the backend. However, since we use inputs that come from JSON, we have to deal with strings a lot. This makes our types really confusing and sometimes hard to work with, since we end up mixing the SDK types and our own backend types quite a bit.
We'll need to workshop a solution for this.
The text was updated successfully, but these errors were encountered:
Currently, we try to use ObjectIDs internally throughout the backend. However, since we use inputs that come from JSON, we have to deal with strings a lot. This makes our types really confusing and sometimes hard to work with, since we end up mixing the SDK types and our own backend types quite a bit.
We'll need to workshop a solution for this.
The text was updated successfully, but these errors were encountered: