Is your feature request related to a problem? Please describe.
Currently the types we have do not correctly reflect what it should be. Refactor all code that uses the wrong values if need be.
You will have to run yarn dev-server to regenerate both client and server types.
Is your feature request related to a problem? Please describe. Currently the types we have do not correctly reflect what it should be. Refactor all code that uses the wrong values if need be.
You will have to run
yarn dev-server
to regenerate both client and server types.BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)