See https://jsdoc.app/tags-type.html#:~:text=about%20each%20property.-,Nullable%20type,-A%20number%20or Adding ? or ! prior to a type should modify the outputted documentation, currently `@type {?boolean}` doesn't output `boolean | null`, just `boolean`.