UNPKG

@illandril/foundryvtt-types

Version:

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

17 lines (15 loc) 326 B
declare global { namespace dnd5e { namespace config { interface abilityConsumptionTypes { ammo: string; attribute: string; charges: string; hitDice: string; material: string; } const abilityConsumptionTypes: abilityConsumptionTypes; } } } export type {};