In a typescript interface i can document it like this ```ts interface Foo { /** A description for the property. */ bar: string } ``` I would like to be able to enforce jsdoc descriptions on all properties