UNPKG

@illandril/foundryvtt-types

Version:

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

15 lines (13 loc) 253 B
declare global { namespace dnd5e { namespace config { interface spellScalingModes { cantrip: string; none: string; level: string; } const spellScalingModes: spellScalingModes; } } } export type {};