UNPKG

@illandril/foundryvtt-types

Version:

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

16 lines (14 loc) 269 B
declare global { namespace dnd5e { namespace config { interface limitedUsePeriods { charges: string; day: string; lr: string; sr: string; } const limitedUsePeriods: limitedUsePeriods; } } } export type {};