UNPKG

@illandril/foundryvtt-types

Version:

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

21 lines (19 loc) 360 B
declare global { namespace dnd5e { namespace config { interface distanceUnits { any: string; ft: string; km: string; m: string; mi: string; none: string; self: string; spec: string; touch: string; } const distanceUnits: distanceUnits; } } } export type {};