We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For future reference, here are some resources on the decision not to go with typescript but instead JSDoc TS:
import * as MyTypes from '../types'; /** * @typedef {MyTypes.Person} Person */
The text was updated successfully, but these errors were encountered:
feat: added types to tenant model
4c3a9f5
Part of issue oaeproject#11
brecke
No branches or pull requests
For future reference, here are some resources on the decision not to go with typescript but instead JSDoc TS:
Articles with good points
JSDoc TS resources
Cheatsheets
Twitter threads
The text was updated successfully, but these errors were encountered: