UNPKG

@illandril/foundryvtt-types

Version:

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

16 lines (14 loc) 253 B
declare global { namespace foundry { namespace CONST { const DRAWING_TYPES: { ELLIPSE: string; FREEHAND: string; POLYGON: string; RECTANGLE: string; TEXT: string; }; } } } export type {};