UNPKG

@illandril/foundryvtt-types

Version:

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

21 lines (19 loc) 376 B
declare global { namespace dnd5e { namespace config { interface itemActionTypes { mwak: string; rwak: string; msak: string; rsak: string; save: string; heal: string; abil: string; util: string; other: string; } const itemActionTypes: itemActionTypes; } } } export type {};