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
Not all of the API payload types are well defined. For example: src/api/payloads/UsersPayload.ts provides no information about what the API returns. For all of theses payload types, better definitions should be created in order to make working with the API package a more friendly experience.
Not all of the API payload types are well defined. For example:
src/api/payloads/UsersPayload.tsprovides no information about what the API returns. For all of theses payload types, better definitions should be created in order to make working with the API package a more friendly experience.