@illandril/foundryvtt-types
Version:
Type definitions for the Foundry VTT client, used by Illandril's modules
22 lines (20 loc) • 388 B
TypeScript
declare global {
namespace dnd5e {
namespace config {
interface timePeriods {
day: string;
hour: string;
inst: string;
minute: string;
month: string;
perm: string;
round: string;
spec: string;
turn: string;
year: string;
}
const timePeriods: timePeriods;
}
}
}
export type {};