UNPKG

@illandril/foundryvtt-types

Version:

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

20 lines (18 loc) 361 B
declare global { namespace dnd5e { namespace config { interface consumableTypes { ammo: string; food: string; poison: string; potion: string; rod: string; scroll: string; trinket: string; wand: string; } const consumableTypes: consumableTypes; } } } export type {};