UNPKG

@illandril/foundryvtt-types

Version:

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

18 lines (16 loc) 318 B
declare global { namespace dnd5e { namespace config { interface spellProgression { none: string; full: string; half: string; third: string; pact: string; artificer: string; } const spellProgression: spellProgression; } } } export type {};