UNPKG

@illandril/foundryvtt-types

Version:

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

22 lines (20 loc) 355 B
declare global { namespace dnd5e { namespace config { interface spellLevels { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; } const spellLevels: spellLevels; } } } export type {};