From 990a7c1bede968885d632581a7c1fe527f311c04 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 7 Feb 2024 17:45:23 -0700 Subject: [PATCH] Augment the global namespace --- foundry-augments.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/foundry-augments.d.ts b/foundry-augments.d.ts index 9e8815f..92f0209 100644 --- a/foundry-augments.d.ts +++ b/foundry-augments.d.ts @@ -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.