Typescript Type for properties of render method

Hey there,
I’m currently exploring the world of plugins.
One key part of a camunda plugin is the plugin.js file where besides id, pluginPoint, …
a render method needs to be defined. However, I never stumbled across a type representing the properties of the method which might be useful to better understand what e.g. the api property has to offer.

cheers