UNPKG

@illandril/foundryvtt-types

Version:

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

17 lines (15 loc) 315 B
declare global { namespace dnd5e { namespace config { interface spellPreparationModes { prepared: string; pact: string; always: string; atwill: string; innate: string; } const spellPreparationModes: spellPreparationModes; } } } export type {};