@illandril/foundryvtt-types
Version:
Type definitions for the Foundry VTT client, used by Illandril's modules
25 lines (23 loc) • 480 B
TypeScript
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 {};