Augment the global namespace

This commit is contained in:
Oliver-Akins 2024-02-07 17:45:23 -07:00
parent 10c118d846
commit 990a7c1bed

View file

@ -1,3 +1,11 @@
// Type definitions for Foundry VTT v11
// Definitions by: Oliver Akins
namespace foundry {
export const data: any;
export const abstract: any;
}
interface Game {
/**
* The named view which is currently active.