Type-ify Actor.

This commit is contained in:
Oliver Rümpelein 2020-12-28 15:51:00 +01:00
parent 7a4cb7110b
commit d9440b27a6
4 changed files with 35 additions and 12 deletions

View file

@ -6,7 +6,7 @@ import { DS4ItemDataType } from "./item-data";
* Extend the basic ItemSheet with some very simple modifications
* @extends {ItemSheet}
*/
export class DS4ItemSheet extends ItemSheet<DS4ActorDataType, DS4Item> {
export class DS4ItemSheet extends ItemSheet<DS4ItemDataType, DS4Item> {
/** @override */
static get defaultOptions(): FormApplicationOptions {
return mergeObject(super.defaultOptions, {