UNPKG

@illandril/foundryvtt-types

Version:

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

14 lines (12 loc) 209 B
declare global { namespace foundry { namespace CONST { const TOKEN_DISPOSITIONS: { HOSTILE: number; NEUTRAL: number; FRIENDLY: number; }; } } } export type {};