@illandril/foundryvtt-types
Version:
Type definitions for the Foundry VTT client, used by Illandril's modules
29 lines (27 loc) • 578 B
TypeScript
declare global {
namespace CONFIG {
namespace PF1 {
export const conditionTypes: {
bleed: string;
blind: string;
confuse: string;
daze: string;
dazzle: string;
deaf: string;
deathEffects: string;
disease: string;
energyDrain: string;
fatigue: string;
fear: string;
mindAffecting: string;
paralyze: string;
petrify: string;
poison: string;
sicken: string;
sleep: string;
stun: string;
};
}
}
}
export type {};