UNPKG

@illandril/foundryvtt-types

Version:

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

13 lines (11 loc) 219 B
declare global { namespace foundry { namespace packages { class BasePackage extends foundry.abstract.DataModel { get id(): string; get version(): string; } } } } export type {};