UNPKG

@illandril/foundryvtt-types

Version:

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

14 lines (12 loc) 247 B
declare global { namespace foundry { namespace documents { class BaseMacro extends foundry.abstract.Document { get name(): string; get type(): string; get command(): string; } } } } export type {};