UNPKG

@illandril/foundryvtt-types

Version:

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

12 lines (10 loc) 207 B
declare global { namespace foundry { namespace documents { class BaseDrawing extends foundry.abstract.Document { get shape(): foundry.data.ShapeData; } } } } export type {};