The JS Documentation tooling I’ve used just tokenizes the comments into strings anyway, making it possible to put anything you want in the {type} section.
You could stick with JavaScript types if you wanted like {number} or {string}, or if you want to specify you could do {integer}… but I would probably recommend something like:
@param {number} myParam must be an integer
cheers