[BACKEND] Annotate UserAdditionalInfo model #172
Labels
backend
relating to code in the /server directory
good first issue
Good for newcomers
tech debt
Technical debt needing to be fixed
Is your feature request related to a problem? Please describe.
We should annotate our DTOs (data transfer object) so that they can be validated.
Describe the solution you'd like
Check out the examples at https://tsoa-community.github.io/docs/annotations.html and look at the firebase architecture page
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)The text was updated successfully, but these errors were encountered: