UNPKG

@illandril/foundryvtt-types

Version:

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

25 lines (23 loc) 480 B
declare global { namespace CONFIG { namespace PF1 { export const damageTypes: { untyped: string; slashing: string; piercing: string; bludgeoning: string; fire: string; cold: string; electric: string; acid: string; sonic: string; force: string; negative: string; positive: string; precision: string; nonlethal: string; }; } } } export type {};