League-of-Foundry-Developers / foundry-vtt-types

Unofficial type declarations for the Foundry Virtual Tabletop API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement GetDataReturnType across all subclasses of Application

JPMeehan opened this issue · comments

The helper GetDataReturnType should be used for the invocation of all instances of getData

Related, all instances of _renderInner should be typed as ReturnType<this["getData"]>