UNPKG

@illandril/foundryvtt-types

Version:

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

10 lines (8 loc) 208 B
declare global { class Scenes extends WorldCollection<string, Scene> { get active(): Scene | undefined; get current(): Scene | undefined; get viewed(): Scene | undefined; } } export type {};