jsdoc for json type column

I'm trying to add a column of type
json
. I would like to type it. I'm aware of the
.$type<..>()
. Is there an equivalent way for jsdoc?
Was this page helpful?