We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'd like to be able to explicitly specify (via a new comment) some info about the keys of an object. Something like:
type ObjectWithKeysOfSpecificFormat = { /** @TJS-propertyNames.pattern '^someprefix_\d+$' */ [keyWithFormat: string]: { foo: string, ... } }