UNPKG

@illandril/foundryvtt-types

Version:

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

17 lines (15 loc) 283 B
declare global { namespace dnd5e { namespace config { interface movementTypes { burrow: string; climb: string; fly: string; swim: string; walk: string; } const movementTypes: movementTypes; } } } export type {};