UNPKG

@illandril/foundryvtt-types

Version:

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

16 lines (14 loc) 262 B
declare global { namespace dnd5e { namespace config { interface senses { blindsight: string; darkvision: string; tremorsense: string; truesight: string; } const senses: senses; } } } export type {};