UNPKG

@illandril/foundryvtt-types

Version:

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

15 lines (13 loc) 267 B
declare global { namespace dnd5e { namespace config { interface physicalWeaponProperties { ada: string; mgc: string; sil: string; } const physicalWeaponProperties: physicalWeaponProperties; } } } export type {};