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
{{ message }}
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
Our DTOs are currently just pure TypeScript interfaces.
This is simple approach, but makes it quite hard to automatically detect the type of the DTO for example automatically documenting using the OpenAPI.
We should investigate ways to fix this issue. Maybe we should implement class based approach to write DTO classes? Then, those classes could use annotations which could document the DTO using OpenAPI.
The text was updated successfully, but these errors were encountered:
Our DTOs are currently just pure TypeScript interfaces.
This is simple approach, but makes it quite hard to automatically detect the type of the DTO for example automatically documenting using the OpenAPI.
We should investigate ways to fix this issue. Maybe we should implement class based approach to write DTO classes? Then, those classes could use annotations which could document the DTO using OpenAPI.
The text was updated successfully, but these errors were encountered: