Open
Description
Originally posted by @erights in #876 (comment)
`farName` `{ String }`
What are these curly brackets about? If the intention is to mirror ts-in-jsdoc notation, the parameter name would come after the type, which I agree is unpleasant. How about we use ts notation for types in the docs:
`farName: string`