UNPKG

@illandril/foundryvtt-types

Version:

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

20 lines (18 loc) 336 B
declare global { namespace dnd5e { namespace config { interface spellSchools { abj: string; con: string; div: string; enc: string; evo: string; ill: string; nec: string; trs: string; } const spellSchools: spellSchools; } } } export type {};