UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

8 lines (6 loc) 144 B
declare global { class ActorSheet<ActorType extends Actor = Actor> extends DocumentSheet { get actor(): ActorType; } } export type {};