UNPKG

@illandril/foundryvtt-types

Version:

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

13 lines (11 loc) 172 B
declare global { namespace foundry { namespace CONST { const MACRO_TYPES: { SCRIPT: string; CHAT: string; }; } } } export type {};